> 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.la...@intel.com> > Cc: Shiraz Saleem <shiraz.sal...@intel.com> > Cc: Doug Ledford <dledf...@redhat.com> > Cc: Sean Hefty <sean.he...@intel.com> > Cc: Hal Rosenstock <hal.rosenst...@gmail.com> > Cc: linux-r...@vger.kernel.org > Signed-off-by: Kees Cook <keesc...@chromium.org> > ---
Thanks! Acked-by: Shiraz Saleem <shiraz.sal...@intel.com>