]> 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)
commitff9eafaadf2657bec7ec424b5058128be71b538f
tree2357f4495a8de6768486173cff46c63f47e0103d
parent6628ff71f24d814b5938ed0ec00193d356a37864
3c59x: Ensure to apply the expires time

In commit 717d5cf5b051d6ee4 ("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