]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drivers: net: bnx2: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:04:46 +0000 (22:34 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:44:41 +0000 (11:44 -0700)
commitc41326fbb3a7d64c329267d20c58dd9cc8f22a47
treefd5df3806e3064ceede961181319e2a43234aacc
parent7afd516ff75e967873d7bdcb8f9b1180c2400b57
drivers: net: bnx2: 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/broadcom/bnx2.c