diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-03 20:21:03 -0800 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-03 20:21:03 -0800 |
commit | 30469c2aeab5614b28a4de2d080481dc84f130da (patch) | |
tree | 6f090e614afcc3bcb3f80874dffe1ce2c724387d /linux/drivers/media/video/meye.c | |
parent | 28109ada8c6cdc6b8fb51da8cbbb7506b9da0400 (diff) | |
download | mediapointer-dvb-s2-30469c2aeab5614b28a4de2d080481dc84f130da.tar.gz mediapointer-dvb-s2-30469c2aeab5614b28a4de2d080481dc84f130da.tar.bz2 |
gspca: Don't need to zero ioctl parameter fields
From: Trent Piepho <xyzzy@speakeasy.org>
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 g_audio, enum_input, g_parm and gmbuf.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/meye.c')
0 files changed, 0 insertions, 0 deletions