[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

Patch drivers/media/video/mt9v022.c

2010-09-01 Thread Poyo VL
Of course, I attached the patch. Thanks for your time and sorry because I didn't read the documentation. - Original Message From: Guennadi Liakhovetski To: Poyo VL Sent: Tue, August 31, 2010 11:34:50 PM Subject: Re: Patch Hi! On Tue, 31 Aug 2010, Poyo VL wrote: >