From: Ezequiel Garcia Date: Mon, 20 Aug 2012 00:23:45 +0000 (-0300) Subject: [media] stk1160: Fix s_fmt and try_fmt implementation X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~173 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b69c6c58288587c33efb43ca6e19f1c80b2757;p=pandora-kernel.git [media] stk1160: Fix s_fmt and try_fmt implementation The driver was expecting to get a valid pixelformat on s_fmt and try_fmt. This is wrong, since the user may pass a bitmask and expect the driver to change it, returning a valid (fourcc) pixelformat. This problem was spotted by v4l2-compliance. Signed-off-by: Ezequiel Garcia Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed