From: Ionut Gabriel Popescu Date: Fri, 3 Sep 2010 21:20:41 +0000 (-0300) Subject: V4L/DVB: mt9v022.c: Fixed compilation warning X-Git-Tag: v2.6.36-rc8~32^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f0cb62ba3a1a11ab02cb0675f28befc56c89b9;p=pandora-kernel.git V4L/DVB: mt9v022.c: Fixed compilation warning 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 Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed