[media] v4l2-ctrls.c: zero min/max/step/def values for 64 bit integers
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 19 Apr 2012 15:37:18 +0000 (12:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 19 Apr 2012 20:24:19 +0000 (17:24 -0300)
commitca57681195265d11b03ea4f98f145e701507ff7a
tree79ccfca07f1d75be0425f619a9dd5685b8cd855b
parentd1c754a9326d95dff93bfe8004cba8574a7a20a8
[media] v4l2-ctrls.c: zero min/max/step/def values for 64 bit integers

Those fields are meaningless for such control types, and the control framework
should zero them. Otherwise v4l2-compliance will complain about non-zero
min/max/step/def fields.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ctrls.c