[Bridge] [PATCH -next] bridge: using for_each_set_bit_from to simplify the code

2013-03-13 Thread Wei Yongjun
From: Wei Yongjun Using for_each_set_bit_from() to simplify the code. Signed-off-by: Wei Yongjun --- net/bridge/br_fdb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c index b0812c9..48fe761 100644 --- a/net/bridge/br_fdb.c +++

Re: [Bridge] [PATCH -next] bridge: using for_each_set_bit_from to simplify the code

2013-03-12 Thread David Miller
From: Wei Yongjun Date: Mon, 11 Mar 2013 23:43:48 +0800 > From: Wei Yongjun > > Using for_each_set_bit_from() to simplify the code. > > Signed-off-by: Wei Yongjun Applied.