aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videodev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/videodev.c')
-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 3f7a94b80c63..311149b80e9f 100644
--- a/drivers/media/video/videodev.c
+++ b/drivers/media/video/videodev.c
@@ -734,7 +734,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
734 { 734 {
735 struct video_mbuf *p=arg; 735 struct video_mbuf *p=arg;
736 736
737 memset(&p,0,sizeof(p)); 737 memset(p,0,sizeof(p));
738 738
739 if (!vfd->vidiocgmbuf) 739 if (!vfd->vidiocgmbuf)
740 break; 740 break;