Re: [PATCH] 3c59x: Ensure to apply the expires time

2016-02-28 Thread David Miller
From: Stafford Horne Date: Sun, 28 Feb 2016 16:49:29 +0900 > 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: Staffo

[PATCH] 3c59x: Ensure to apply the expires time

2016-02-27 Thread Stafford Horne
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 --- I think a patch like this will help restore the behavior.