diff options
-rw-r--r-- | drivers/usb/musb/musb_core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index dd24f966af10..5cacccbc39b5 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
@@ -1849,9 +1849,9 @@ static void musb_free(struct musb *musb) | |||
1849 | /* | 1849 | /* |
1850 | * Perform generic per-controller initialization. | 1850 | * Perform generic per-controller initialization. |
1851 | * | 1851 | * |
1852 | * @pDevice: the controller (already clocked, etc) | 1852 | * @dev: the controller (already clocked, etc) |
1853 | * @nIrq: irq | 1853 | * @nIrq: IRQ number |
1854 | * @mregs: virtual address of controller registers, | 1854 | * @ctrl: virtual address of controller registers, |
1855 | * not yet corrected for platform-specific offsets | 1855 | * not yet corrected for platform-specific offsets |
1856 | */ | 1856 | */ |
1857 | static int __devinit | 1857 | static int __devinit |