Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65716
b: refs/heads/master
c: 5e76a1c
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 114768b commit 3b7ace6
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: 4f76b672c4f9ceb9e7e0aa6224293da0ae7430da
refs/heads/master: 5e76a1cb2ce0918ff2429fcfa2d5655dbd273c54
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zoran_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3196,7 +3196,7 @@ zoran_do_ioctl (struct inode *inode,
"%s: VIDIOC_QUERYBUF - index=%d, type=%d\n",
ZR_DEVNAME(zr), buf->index, buf->type);

memset(buf, 0, sizeof(buf));
memset(buf, 0, sizeof(*buf));
buf->type = type;
buf->index = index;

Expand Down

0 comments on commit 3b7ace6

Please sign in to comment.