]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/i40iw: Convert timers to use timer_setup() (part 2)
authorKees Cook <keescook@chromium.org>
Tue, 17 Oct 2017 18:37:54 +0000 (11:37 -0700)
committerDoug Ledford <dledford@redhat.com>
Wed, 18 Oct 2017 15:48:34 +0000 (11:48 -0400)
commit3ce1ca372152136c74d68780b7be4b0867c45531
treea31319369572302c1f16490c2c3192ec418be8ba
parent561bfb383827db69f7bb1abc295939eb01700548
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@intel.com>
Cc: Shiraz Saleem <shiraz.saleem@intel.com>
Cc: Doug Ledford <dledford@redhat.com>
Cc: Sean Hefty <sean.hefty@intel.com>
Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/i40iw/i40iw_cm.c
drivers/infiniband/hw/i40iw/i40iw_utils.c