[media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format struct
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 5 Sep 2012 13:38:10 +0000 (10:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 1 Oct 2012 20:12:51 +0000 (17:12 -0300)
Various subdevs cleared the full v4l2_sliced_vbi_format struct, when
only the service_set/lines fields should have been cleared.
Due to this the io_size field was wrongly cleared to 0, causing a
v4l2-compliance error.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found