RE: [PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2)

From: Saleem, Shiraz
Date: Wed Oct 18 2017 - 11:58:03 EST


> Subject: [PATCH] RDMA/i40iw: Convert timers to use timer_setup() (part 2)
>
> 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.
>
> This includes the remaining timers missed in the earlier i40iw patch.
>
> Cc: Faisal Latif <faisal.latif@xxxxxxxxx>
> Cc: Shiraz Saleem <shiraz.saleem@xxxxxxxxx>
> Cc: Doug Ledford <dledford@xxxxxxxxxx>
> Cc: Sean Hefty <sean.hefty@xxxxxxxxx>
> Cc: Hal Rosenstock <hal.rosenstock@xxxxxxxxx>
> Cc: linux-rdma@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---

Thanks!

Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx>