Re: [PATCH] pinctrl: simplify of_pinctrl_get()

2015-07-14 Thread Linus Walleij
On Thu, Jun 18, 2015 at 7:42 AM, Masahiro Yamada wrote: > This commit does not change the logic at all. > > Signed-off-by: Masahiro Yamada Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

[PATCH] pinctrl: simplify of_pinctrl_get()

2015-06-17 Thread Masahiro Yamada
This commit does not change the logic at all. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/devicetree.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/pinctrl/devicetree.c b/drivers/pinctrl/devicetree.c index 0bbf7d7..fe04e74 100644 --- a/drivers/pinctr