git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d613d
)
usb: musb: correct use of schedule_delayed_work()
author
Daniel Mack
<zonque@gmail.com>
Wed, 5 Feb 2014 14:34:18 +0000
(15:34 +0100)
committer
Felipe Balbi
<balbi@ti.com>
Thu, 20 Feb 2014 15:17:24 +0000
(09:17 -0600)
schedule_delayed_work() takes the delay in jiffies, not msecs.
This bug slipped in with the recent reset logic cleanup
(
8ed1fb790ea
: "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>
No differences found