From: Daniel Mack Date: Fri, 14 Feb 2014 19:49:47 +0000 (+0100) Subject: usb: musb: correct use of schedule_delayed_work() X-Git-Tag: v3.14-rc4~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dece4499eea534c7c92e49fbf6a9bb0510cbcf;p=pandora-kernel.git usb: musb: correct use of schedule_delayed_work() schedule_delayed_work() takes the delay in jiffies, not msecs. Fix the caller sites in musb. This bug caused regressions with the cleanups that went in for 3.14 (8ed1fb790ea: "usb: musb: finish suspend/reset work independently from musb_hub_control()"). Signed-off-by: Daniel Mack Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed