]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drivers: net: i40evf: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:05:20 +0000 (22:35 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:44:44 +0000 (11:44 -0700)
commit7d8fb3a7742513bb5434be704e0b0bf785032f45
treea7ff75c3f760a1a84c941f5f229a969755b4e396
parent9be5813a29e5b3379db30d00319682fe965febe5
drivers: net: i40evf: 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/ethernet/intel/i40evf/i40evf_main.c