]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1968302a0f86504c129b8de70dabf228c6fe679a
treee68fa516de135a0edd746dab5447d73bb4438b1c
parent552b0b522fdfa0fdb8395d38ef5ba0c309a31b8c
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
(08b2ce7ff84: "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