commit | 2db4e78f14a5b4741b09d03e6d17610537a9af27 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun May 09 06:30:15 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jun 01 01:21:41 2010 -0300 |
tree | 60527526f6da3ebc46791ab601a2c366f7852a20 | |
parent | 3805f201934e5384f6e941222dc1968cb638a88c [diff] |
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>