Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65717
b: refs/heads/master
c: 473c653
h: refs/heads/master
i:
  65715: 114768b
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 3b7ace6 commit a8e616e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e76a1cb2ce0918ff2429fcfa2d5655dbd273c54
refs/heads/master: 473c653fff8dc6a63cad279a8e83395ead12119d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
if (cmd == VIDIOCGMBUF) {
struct video_mbuf *p=arg;

memset(p,0,sizeof(p));
memset(p, 0, sizeof(*p));

if (!vfd->vidiocgmbuf)
return ret;
Expand Down

0 comments on commit a8e616e

Please sign in to comment.