Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-27 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using for_each_set_bit() to simplify the code. > > Signed-off-by: Wei Yongjun Applied with Barry's ACK. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-17 Thread Barry Song
2013/3/14 Linus Walleij > > On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > > > From: Wei Yongjun > > > > Using for_each_set_bit() to simplify the code. > > > > Signed-off-by: Wei Yongjun > > Barry, can I have your ACK on this? yes. acked. thanks Yongjun, Linus. > > Yours, > Linus Walle

Re: [PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-13 Thread Linus Walleij
On Mon, Mar 11, 2013 at 3:23 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using for_each_set_bit() to simplify the code. > > Signed-off-by: Wei Yongjun Barry, can I have your ACK on this? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH -next] pinctrl: sirf: using for_each_set_bit to simplify the code

2013-03-11 Thread Wei Yongjun
From: Wei Yongjun Using for_each_set_bit() to simplify the code. Signed-off-by: Wei Yongjun --- drivers/pinctrl/pinctrl-sirf.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/pinctrl-sirf.c b/drivers/pinctrl/pinctrl-sirf.c index 498b2ba..d6cf500 1