Re: [PATCH 3/5] pinctrl: handle zero found dt pinconfig properties better

2013-06-16 Thread Linus Walleij
On Fri, Jun 14, 2013 at 5:43 PM, Heiko Stübner wrote: > This adds a shortcut when no valid pinconf properties are found > in the parsed dt node, to set the values immediately and return. > > Suggested-by: Laurent Pinchart > Signed-off-by: Heiko Stuebner Patch applied. Yours, Linus Walleij --

[PATCH 3/5] pinctrl: handle zero found dt pinconfig properties better

2013-06-14 Thread Heiko Stübner
This adds a shortcut when no valid pinconf properties are found in the parsed dt node, to set the values immediately and return. Suggested-by: Laurent Pinchart Signed-off-by: Heiko Stuebner --- drivers/pinctrl/pinconf-generic.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/drive