commit | 3c728118e00c42a177f9a5d0295b2a08591bddcb | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Feb 15 06:07:13 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 05 15:40:25 2013 -0300 |
tree | 923c2d7b6d280da530d94abb837ae10214b59448 | |
parent | 92513611fa5864b8aec216db5a93bafaa299d623 [diff] |
[media] s2255: don't zero struct v4l2_streamparm 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>