aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/videodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c
index b876aca69c73..0334b9aaf12a 100644
--- a/drivers/media/video/videodev.c
+++ b/drivers/media/video/videodev.c
@@ -448,7 +448,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
448 if (cmd == VIDIOCGMBUF) { 448 if (cmd == VIDIOCGMBUF) {
449 struct video_mbuf *p=arg; 449 struct video_mbuf *p=arg;
450 450
451 memset(p,0,sizeof(p)); 451 memset(p, 0, sizeof(*p));
452 452
453 if (!vfd->vidiocgmbuf) 453 if (!vfd->vidiocgmbuf)
454 return ret; 454 return ret;