[media] s2255: don't zero struct v4l2_streamparm
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 Feb 2013 09:07:13 +0000 (06:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Mar 2013 18:40:25 +0000 (15:40 -0300)
All fields after 'type' are already zeroed by the core framework.
Clearing the full struct also clears 'type', which causes a wrong
type value to be returned.

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

No differences found