diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index 52ba913b5af..87177733cf9 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -546,7 +546,6 @@ int cx18_get_input(struct cx18 *cx, u16 index, struct v4l2_input *input) | |||
546 | "Component 1" | 546 | "Component 1" |
547 | }; | 547 | }; |
548 | 548 | ||
549 | memset(input, 0, sizeof(*input)); | ||
550 | if (index >= cx->nof_inputs) | 549 | if (index >= cx->nof_inputs) |
551 | return -EINVAL; | 550 | return -EINVAL; |
552 | input->index = index; | 551 | input->index = index; |