Re: [PATCH] pinctrl: pinctrl-imx1-core.c: Cleaning up if unsigned is less than zero

2014-07-07 Thread Linus Walleij
On Thu, Jun 26, 2014 at 1:29 PM, Rickard Strandqvist wrote: > Remove checking if a unsigned is less than zero > > This was found using a static code analysis program called cppcheck. > > Signed-off-by: Rickard Strandqvist Patch applied. Thanks! Yours, Linus Walleij -- To unsubscribe from this

[PATCH] pinctrl: pinctrl-imx1-core.c: Cleaning up if unsigned is less than zero

2014-06-26 Thread Rickard Strandqvist
Remove checking if a unsigned is less than zero This was found using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/pinctrl/pinctrl-imx1-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-imx1-cor