Re: [PATCH] pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addr

2012-11-15 Thread Linus Walleij
On Tue, Nov 13, 2012 at 8:31 AM, Axel Lin wrote: > Current code does not work if count > 1, fix it. > > Signed-off-by: Axel Lin Applied with Viresh's ACK, thanks! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord.

[PATCH] pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addr

2012-11-12 Thread Axel Lin
Current code does not work if count > 1, fix it. Signed-off-by: Axel Lin --- drivers/pinctrl/spear/pinctrl-spear.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pinctrl/spear/pinctrl-spear.c b/drivers/pinctrl/spear/pinctrl-spear.c index f9483ae..107780c 10