scsi: dc395x: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Thu, 12 Oct 2017 04:51:09 +0000 (21:51 -0700)
committerKees Cook <[email protected]>
Fri, 27 Oct 2017 09:22:00 +0000 (02:22 -0700)
commitaf53b89becdcee2f15c60e6a9e951bd96d382e1c
tree3a16c861e4ffe4f15e39a611f18766ba6a1443ca
parentabef751056130c90199e3bfc32916715795cde39
scsi: dc395x: 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: Oliver Neukum <[email protected]>
Cc: Ali Akcaagac <[email protected]>
Cc: Jamie Lenehan <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
drivers/scsi/dc395x.c