aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2017-10-16 15:51:13 -0700
committerDoug Ledford <dledford@redhat.com>2017-10-18 11:48:19 -0400
commita2930e5c44951902b63f61aa3d65f4312744de39 (patch)
tree953dc8514520cb060212cb4a537db099f087e82c /drivers/infiniband/hw/hfi1/driver.c
parentnet/mlx4_core: Convert timers to use timer_setup() (diff)
downloadlinux-dev-a2930e5c44951902b63f61aa3d65f4312744de39.tar.xz
linux-dev-a2930e5c44951902b63f61aa3d65f4312744de39.zip
IB/rdmavt: Convert timers to use timer_setup()
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. setup_timer() was already being called before the open-coded init_timer() and .data assignment. These are removed as well. Cc: Dennis Dalessandro <dennis.dalessandro@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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions