]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: qla2xxx: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Sun, 3 Sep 2017 20:23:32 +0000 (13:23 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 8 Nov 2017 23:51:35 +0000 (15:51 -0800)
commit8e5f4ba0cd5ed3879d484472657122742a749e9c
tree82a9a5d07ad9067e023cd4c7591d3938964c2a2c
parent1c10bbee8cf7c8df4e5d9e8ccc9754b200f625ff
scsi: qla2xxx: 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: qla2xxx-upstream@qlogic.com
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>
Tested-by: Bart Van Assche <Bart.VanAssche@wdc.com>
drivers/scsi/qla2xxx/qla_gbl.h
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_inline.h
drivers/scsi/qla2xxx/qla_mid.c
drivers/scsi/qla2xxx/qla_os.c