]> git.baikalelectronics.ru Git - kernel.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)
commitadf3c1a468b97ee7b7a34d1f2a5bbf2b402a91e3
tree60527526f6da3ebc46791ab601a2c366f7852a20
parent0cddf853ca34f716e5b065873038cbad857d610d
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