usb: musb: correct use of schedule_delayed_work()
authorDaniel Mack <zonque@gmail.com>
Wed, 5 Feb 2014 14:34:18 +0000 (15:34 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 20 Feb 2014 15:17:24 +0000 (09:17 -0600)
commitc8400a06a4511cc6ca5bef52be9a28a79714db05
treee68fa516de135a0edd746dab5447d73bb4438b1c
parentc83fa0d08c32b518093644fdfe8c0bf46d66538c
usb: musb: correct use of schedule_delayed_work()

schedule_delayed_work() takes the delay in jiffies, not msecs.

This bug slipped in with the recent reset logic cleanup
(f9a8cef1598: "usb: musb: finish suspend/reset work independently from
musb_hub_control()").

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_virthub.c