Tag: d724f1c9c3c7dee420b8d778ee53207ef3c17120

gpio: pxa: using for_each_set_bit to simplify the code

Author: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Using for_each_set_bit() to simplify the code. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Acked-by: Haojian Zhuang Acked-by: Eric Miao Signed-off-by: Linus Walleij — drivers/gpio/gpio-pxa.c | 4 +— 1 file changed, 1 insertion(+), 3 deletions(-)   diff –git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c index 528de0f..bf9371f 100644 — a/drivers/gpio/gpio-pxa.c …

Continue reading