]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: net: appletalk: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:05:13 +0000 (22:35 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:44:43 +0000 (11:44 -0700)
commitba7400ed88adcd07af0dc004be1cf5ab2443cb44
tree7ffa441a85a998a1e3d5fbb582043473d518948a
parent7890d5341999968b94dbdf9e30ad32f37f82ea10
drivers: net: appletalk: 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/appletalk/ltpc.c