[PATCH] video: fbdev: g364fb.c: Cleaning up variable that is never used

2014-07-06 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/video/fbdev/g364fb.c |4 +--- 1 file changed, 1 insertion(+),

Re: [PATCH] video: fbdev: g364fb.c: Cleaning up variable that is never used

2014-07-05 Thread Geert Uytterhoeven
On Sat, Jul 5, 2014 at 2:21 PM, Rickard Strandqvist wrote: > From: 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:

[PATCH] video: fbdev: g364fb.c: Cleaning up variable that is never used

2014-07-05 Thread Rickard Strandqvist
From: 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/video/fbdev/g364fb.c |4 +--- 1 fi