Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8270
b: refs/heads/master
c: 21b2922
h: refs/heads/master
v: v3
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 9, 2005
1 parent 19819a1 commit d791042
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: 18fb9442576c79fc2f4bca1fd90c3aa4d1115e97
refs/heads/master: 21b29229086bcaf14c02b160c253095f3bb95f99
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/video1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static int __video1394_ioctl(struct file *file,
v.channel);
}

if (copy_to_user((void *)arg, &v, sizeof(v))) {
if (copy_to_user(argp, &v, sizeof(v))) {
/* FIXME : free allocated dma resources */
return -EFAULT;
}
Expand Down

0 comments on commit d791042

Please sign in to comment.