drivers: usb: atm: cxacru: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:59:39 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:59:29 +0000 (09:59 +0200)
commit6a29d4b944316f7e4ad643b78141b60fdf41c5ca
treed90cbbac3a42c7bf79f5ea1b47ae9dc7f05e70fc
parent8c0e1832e0124f2f9b803abdaa12e30b0cac8b63
drivers: usb: atm: cxacru: use setup_timer() helper.

   Use setup_timer function instead of initializing timer with the
   function and data fields.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/cxacru.c