]> git.baikalelectronics.ru Git - kernel.git/commit
3c59x: Ensure to apply the expires time
authorStafford Horne <shorne@gmail.com>
Sun, 28 Feb 2016 07:49:29 +0000 (16:49 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Feb 2016 04:39:26 +0000 (23:39 -0500)
commit0024df1bd8c3e8bf6cdb187cdd026d6ff7f90584
tree2357f4495a8de6768486173cff46c63f47e0103d
parentd7ccfc29136cf907b013ac839e957b5be1a70d2d
3c59x: Ensure to apply the expires time

In commit 20440ba6a7e5d575b ("3c59x: Use setup_timer()") Amitoj
removed add_timer which sets up the epires timer.  In this patch
the behavior is restore but it uses mod_timer which is a bit more
compact.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/3c59x.c