> 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 <[email protected]> > Cc: Shiraz Saleem <[email protected]> > Cc: Doug Ledford <[email protected]> > Cc: Sean Hefty <[email protected]> > Cc: Hal Rosenstock <[email protected]> > Cc: [email protected] > Signed-off-by: Kees Cook <[email protected]> > ---
Thanks! Acked-by: Shiraz Saleem <[email protected]>

