]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers: net: bnxt: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Thu, 21 Sep 2017 17:05:08 +0000 (22:35 +0530)
committerJack Vogel <jack.vogel@oracle.com>
Fri, 9 Mar 2018 04:50:12 +0000 (20:50 -0800)
commitd222dcdab0a3bd1186a7191db0eaa9b1a4ca3d2f
treeeab658ec25afa0de55b3701498fa7328c59dd593
parent143bdb401ce42631af3030f192c8fa6d148b9197
drivers: net: bnxt: use setup_timer() helper.

Orabug: 2764835527648339

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>
(cherry picked from commit 6c43824477c2ac722325ba460c2ce683c48fb76b)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c