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

2017-11-03 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 | 79 +++ 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index

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

2017-11-02 Thread David Miller
From: Allen Pais Date: Fri, 3 Nov 2017 11:51:10 +0530 > switch to using the new timer_setup() and from_timer() api's. > > Signed-off-by: Allen Pais Applied.