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

Re: Patch drivers/media/video/mt9v022.c

2010-09-03 Thread Guennadi Liakhovetski
On Wed, 1 Sep 2010, Poyo VL wrote: > Of course, I attached the patch. > > Thanks for your time and sorry because I didn't read the documentation. Thanks, but still not quite right. Most importantly three compulsory things are missing: (1) a descriptive subject like [PATCH] mt9v022: short des

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: > Kernel: 2.6.35.