aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/musb/omap2430.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c
index 3dfd122266f4..0fb4ce84d17e 100644
--- a/drivers/usb/musb/omap2430.c
+++ b/drivers/usb/musb/omap2430.c
@@ -453,14 +453,14 @@ static int __devinit omap2430_probe(struct platform_device *pdev)
453 goto err2; 453 goto err2;
454 } 454 }
455 455
456 pm_runtime_enable(&pdev->dev);
457
456 ret = platform_device_add(musb); 458 ret = platform_device_add(musb);
457 if (ret) { 459 if (ret) {
458 dev_err(&pdev->dev, "failed to register musb device\n"); 460 dev_err(&pdev->dev, "failed to register musb device\n");
459 goto err2; 461 goto err2;
460 } 462 }
461 463
462 pm_runtime_enable(&pdev->dev);
463
464 return 0; 464 return 0;
465 465
466err2: 466err2: