From: Hans Verkuil Date: Wed, 20 Mar 2013 18:26:36 +0000 (-0300) Subject: [media] videodev2.h: fix incorrect V4L2_DV_FL_HALF_LINE bitmask X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292a878720b26213bc773619715525e9f7a4f4a1;p=pandora-kernel.git [media] videodev2.h: fix incorrect V4L2_DV_FL_HALF_LINE bitmask This was set to 1 << 0 which is the same as V4L2_DV_FL_REDUCED_BLANKING. It should be 1 << 3 instead. Luckily interlaced formats are rarely used, which is why this bug wasn't seen until now. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed