Re: [PATCH 1/2] net: bridge: Convert timers to use timer_setup()

2017-11-02 Thread Allen
switch to using the new timer_setup() and from_timer() api's. Signed-off-by: Allen Pais These two patches do not apply cleanly to net-next, please respin. Sure.

Re: [PATCH 1/2] net: bridge: Convert timers to use timer_setup()

2017-11-02 Thread David Miller
From: Allen Pais Date: Thu, 2 Nov 2017 10:58:50 +0530 > switch to using the new timer_setup() and from_timer() api's. > > Signed-off-by: Allen Pais These two patches do not apply cleanly to net-next, please respin.

[PATCH 1/2] net: bridge: Convert timers to use timer_setup()

2017-11-01 Thread Allen Pais
switch to using the new timer_setup() and from_timer() api's. Signed-off-by: Allen Pais --- net/bridge/br_multicast.c | 75 +++ 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index