summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2013-01-25 18:00:42 +0100
committerGreg Kroah-Hartman2013-01-25 18:00:42 +0100
commit468234984f7bce270484d833899cd8ed4d61e885 (patch)
tree9b2cf7806baa94aefe243be1b09e1c6aa328f2ff /drivers/usb/musb/musb_core.c
parentusb: ehci-s5p/ohci-exynos: Fix compatible strings for the device (diff)
parentusb: musb: omap2430: fix wrong devm_kzalloc() result check (diff)
downloadkernel-qcow2-linux-468234984f7bce270484d833899cd8ed4d61e885.tar.gz
kernel-qcow2-linux-468234984f7bce270484d833899cd8ed4d61e885.tar.xz
kernel-qcow2-linux-468234984f7bce270484d833899cd8ed4d61e885.zip
Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Felipe writes: usb: musb: patches for v3.9 merge window Mostly fixes all over which weren't urgent enough for the late -rc cycle. There is a Double Buffering fix for Host Mode TX, a dependency fix for the transceiver driver, some fixes to the error path and a fix for the use of omap_musb_maibox. Other than these fixes, there a removal duplicate headers from the dsps glue layer and removal of redundant assignments in omap2430_probe().
Diffstat (limited to 'drivers/usb/musb/musb_core.c')
-rw-r--r--drivers/usb/musb/musb_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index fd3486745e64..60b41cc28da4 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -1993,6 +1993,7 @@ fail2:
musb_platform_exit(musb);
fail1:
+ pm_runtime_disable(musb->controller);
dev_err(musb->controller,
"musb_init_controller failed with status %d\n", status);