diff options
Diffstat (limited to 'drivers/usb/musb/musb_core.c')
-rw-r--r-- | drivers/usb/musb/musb_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index c9f9024c551..4b71a1bb418 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
@@ -2025,7 +2025,7 @@ bad_config: | |||
2025 | * isp1504, non-OTG, etc) mostly hooking up through ULPI. | 2025 | * isp1504, non-OTG, etc) mostly hooking up through ULPI. |
2026 | */ | 2026 | */ |
2027 | musb->isr = generic_interrupt; | 2027 | musb->isr = generic_interrupt; |
2028 | status = musb_platform_init(musb, plat->board_data); | 2028 | status = musb_platform_init(musb); |
2029 | if (status < 0) | 2029 | if (status < 0) |
2030 | goto fail2; | 2030 | goto fail2; |
2031 | 2031 | ||