From: Hans Verkuil Date: Wed, 29 May 2013 13:19:03 +0000 (-0300) Subject: [media] zoran: remove bogus autodetect mode in set_norm X-Git-Tag: v3.11-rc1~17^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b1ffb535720c1c8a758dfaef926413e11a4bbce;p=pandora-kernel.git [media] zoran: remove bogus autodetect mode in set_norm Currently, if the norm set is V4L2_STD_ALL, then autodetect the current standard and use that. This is non-standard behavior, and in fact it hasn't worked for a very long time: before s_std is called in this driver, the v4l2 core will mask it with the tvnorms field. So even if the application passes V4L2_STD_ALL, the zoran driver will always see a subset of that. Since nobody ever complained about this we just remove this non-standard functionality. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed