Re: [PATCH v2] pinctrl: pinctrl-msm.c: Cleaning up variable that is never used

2014-07-09 Thread Linus Walleij
On Mon, Jul 7, 2014 at 9:08 PM, Rickard Strandqvist wrote: > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist Aw sorr

[PATCH v2] pinctrl: pinctrl-msm.c: Cleaning up variable that is never used

2014-07-07 Thread Rickard Strandqvist
Variable ar assigned a value that is never used. I have also removed all the code that thereby serves no purpose. This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist --- drivers/pinctrl/pinctrl-msm.c |3 --- 1 file changed, 3 deletions(-)