scsi: pmcraid: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 22 Aug 2017 19:48:29 +0000 (12:48 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 1 Nov 2017 18:27:09 +0000 (11:27 -0700)
commit242b56579ee853bcbdd7c7f9fcd62890103c52e8
tree00ea79508db1cb662269e819f815f17e616f66a8
parentc251a7be46b0ee64d02b321081e24ea51fae2cfe
scsi: pmcraid: 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.

Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pmcraid.c