]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
V4L/DVB: tvp514x: do NOT change the std as a side effect
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 9 May 2010 09:30:15 +0000 (06:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 1 Jun 2010 04:21:41 +0000 (01:21 -0300)
commit2db4e78f14a5b4741b09d03e6d17610537a9af27
tree60527526f6da3ebc46791ab601a2c366f7852a20
parent3805f201934e5384f6e941222dc1968cb638a88c
V4L/DVB: tvp514x: do NOT change the std as a side effect

Several calls (try_fmt, g_parm among others) changed the current standard
as a side effect of that call. But the standard may only be changed by s_std.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Vaibhav Hiremath <hvaibhav@ti.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tvp514x.c