commit | f12d33f4d83c6837d176e1aef337914089c77957 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Sun Feb 28 16:49:29 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 28 23:39:26 2016 -0500 |
tree | 2357f4495a8de6768486173cff46c63f47e0103d | |
parent | f73e0c24bf075cf934e73133f5e89052afac1d32 [diff] |
3c59x: Ensure to apply the expires time In commit 5b6490def9168af6a ("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>