Re: [PATCH] drivers/media/video/mt9v022.c (2.6.35.4): Fixed compilation warning

2010-09-03 Thread Guennadi Liakhovetski
On Fri, 3 Sep 2010, Poyo VL wrote: > From: Ionut Gabriel Popescu > Kernel: 2.6.35.4 > > The drivers/media/video/mt9v022.c file, on line 405, tries a "case 0" o a > v4l2_mbus_pixelcode enum which don't have an 0 value element, so I got a > compile > warning. That "case" is useless so it can be

[PATCH] drivers/media/video/mt9v022.c (2.6.35.4): Fixed compilation warning

2010-09-03 Thread Poyo VL
From: Ionut Gabriel Popescu Kernel: 2.6.35.4 The drivers/media/video/mt9v022.c file, on line 405, tries a "case 0" o a v4l2_mbus_pixelcode enum which don't have an 0 value element, so I got a compile warning. That "case" is useless so it can be removed. Signed-off-by: Ionut Gabriel Popescu