Searched hist:"74 fef19f66c304cf73c1d399c9865e5dce84aecd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | zero.c | diff 74fef19f66c304cf73c1d399c9865e5dce84aecd Tue Oct 24 05:08:03 CDT 2017 Kees Cook <keescook@chromium.org> usb: gadget: zero: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Adds a static tracking variable to match the timer global.
Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|