OSDN Git Service

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