Re: [PATCH] usb: isp1301-omap: Convert timers to use timer_setup()

From: Greg Kroah-Hartman
Date: Tue Oct 17 2017 - 04:52:45 EST


On Tue, Oct 17, 2017 at 11:09:56AM +0300, Felipe Balbi wrote:
>
> Hi,
>
> Kees Cook <keescook@xxxxxxxxxxxx> writes:
> > 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.
> >
> > Cc: Felipe Balbi <balbi@xxxxxxxxxx>
> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Cc: linux-usb@xxxxxxxxxxxxxxx
> > Cc: linux-omap@xxxxxxxxxxxxxxx
> > Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> > Acked-by: Tony Lindgren <tony@xxxxxxxxxxx>
>
> do you want me to take this through my tree?
>
> If you wanna take through yours, here's my ack:
>
> Acked-by: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>

I'll just take it through mine, thanks :)

greg k-h