]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drivers: net: slip: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:04:40 +0000 (22:34 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:44:40 +0000 (11:44 -0700)
commit18df06c2cafea69b19ab5f274865b89c3ab0f715
treea18b061726c11d789ed765b8d382f301a57fee55
parentdffec39fb185837468486b6bbd00b18f35e38c82
drivers: net: slip: 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/slip/slip.c