]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: usb: speedtch: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:59:41 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:59:29 +0000 (09:59 +0200)
commit32f44077f35da1ee8f51b313df5be2a893139e27
tree29c5e34e9e43e99e0f639986bb40e983282ec974
parent366bdc01e4e55189d183b37674edb0277610e94b
drivers: usb: speedtch: 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/speedtch.c