]> git.baikalelectronics.ru Git - kernel.git/commit
net: usb: catc: use setup_timer() helper
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 12:54:15 +0000 (18:24 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:48:46 +0000 (15:48 -0700)
commit74470934d7ca4f01fe4e4153c0dddbae0ee06003
tree253d7216a658b63e3418e689f1b92e22453c30f9
parentce5c0685a3bf0802acde1d01ccc1d47106ab5bcf
net: usb: catc: 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: David S. Miller <davem@davemloft.net>
drivers/net/usb/catc.c