Re: [PATCH] pinctrl: pinctrl-abx500.c: Cleaning up uninitialized variables

2014-06-03 Thread Linus Walleij
On Sun, Jun 1, 2014 at 2:54 PM, Rickard Strandqvist wrote: > There is a risk that the variable will be used without being initialized. > > This was largely found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Acked-by: Linus Walleij Yours, L

[PATCH] pinctrl: pinctrl-abx500.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/pinctrl/pinctrl-abx500.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git