commit | f3334bcbf44ad9001460508ef4fbe51e706d24cf | [log] [tgz] |
---|---|---|
author | Trent Piepho <xyzzy@speakeasy.org> | Wed Mar 04 01:21:03 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:43:06 2009 -0300 |
tree | 2bd63d698c882e870eb6bf7e008e0377ea443a14 | |
parent | 522a5f1430bb85ca00928b99caf3892023ad9632 [diff] |
V4L/DVB (10816): cx88: Don't need to zero ioctl parameter fields The v4l2 core code in v4l2_ioctl will zero out the structure the driver is supposed to fill in for read-only ioctls. For read/write ioctls, all the fields which aren't supplied from userspace will be zeroed out. Zeroing code is removed from enum_input and g_tuner. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>