On 10/25/2017 03:06 AM, Kees Cook wrote: > 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: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> > Cc: Tyrel Datwyler <tyreld@xxxxxxxxxxxxxxxxxx> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > Cc: Paul Mackerras <paulus@xxxxxxxxx> > Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> > Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxxxxxxx> > Cc: linux-scsi@xxxxxxxxxxxxxxx > Cc: linuxppc-dev@xxxxxxxxxxxxxxxx > Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx> > --- > drivers/scsi/ibmvscsi/ibmvfc.c | 14 ++++++-------- > drivers/scsi/ibmvscsi/ibmvscsi.c | 7 +++---- > 2 files changed, 9 insertions(+), 12 deletions(-) Acked-by: Tyrel Datwyler <tyreld@xxxxxxxxxxxxxxxxxx>