Re: [PATCH] video: fbdev: matroxfb: remove dead code and set but not used variable

2020-04-08 Thread Sam Ravnborg
Hi Jason. On Fri, Apr 03, 2020 at 10:16:09AM +0800, Jason Yan wrote: > Fix the following gcc warning: > > drivers/video/fbdev/matrox/g450_pll.c:336:15: warning: variable > ‘pixel_vco’ set but not used [-Wunused-but-set-variable] > unsigned int pixel_vco; >^ > > Reported

[PATCH] video: fbdev: matroxfb: remove dead code and set but not used variable

2020-04-02 Thread Jason Yan
Fix the following gcc warning: drivers/video/fbdev/matrox/g450_pll.c:336:15: warning: variable ‘pixel_vco’ set but not used [-Wunused-but-set-variable] unsigned int pixel_vco; ^ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- drivers/video/fbdev/matrox/g450_pll.c