aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 90b9da1428b4..b35942c56da6 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -2013,8 +2013,6 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
2013 if (status < 0) 2013 if (status < 0)
2014 goto fail3; 2014 goto fail3;
2015 2015
2016 pm_runtime_put(musb->controller);
2017
2018 status = musb_init_debugfs(musb); 2016 status = musb_init_debugfs(musb);
2019 if (status < 0) 2017 if (status < 0)
2020 goto fail4; 2018 goto fail4;