Searched hist:"37 c95bfe944babae817bfcf02c996729c9a3335d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/atm/ |
H A D | speedtch.c | diff 37c95bfe944babae817bfcf02c996729c9a3335d Fri Dec 24 09:14:20 CST 2010 Tejun Heo <tj@kernel.org> speedtch: don't abuse struct delayed_work
speedtch directly uses the internal timer and work members of a struct delayed_work. Use a separate work item and timer instead.
* Nicolas Kaiser discovered that timer init was missing. Fixed.
Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Tested-by: Nicolas Kaiser <nikai@nikai.net> Cc: Duncan Sands <duncan.sands@free.fr> Cc: linux-usb@vger.kernel.org
|