commit | 7932589f47d5d5eaa9948bd479b42819b6b10509 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 11 17:17:42 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Fri Oct 27 02:22:00 2017 -0700 |
tree | 7f4e8cffbe1c1da8d1a54be464f744a52776d1fa | |
parent | 13059106242bc96f8f5ab79c0f6cb15c7b756f40 [diff] |
scsi: gdth: 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>