OSDN Git Service

drivers: net: can: usb: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:04:56 +0000 (22:34 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:44:42 +0000 (11:44 -0700)
commit82f5d72da8755cf73387a007ad323a86ea0b5663
tree80dcf9a16a51ab4953cb9808b665679dc3c3d841
parentfb4de582a22282fa0f9665fd363dfd3e073c40f6
drivers: net: can: usb: 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/can/usb/peak_usb/pcan_usb.c