Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325431
b: refs/heads/master
c: dc881f2
h: refs/heads/master
i:
  325429: fcef8ac
  325427: 8499669
  325423: 7dbc663
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 19, 2012
1 parent b246620 commit 9dda8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0352b932be274d0d67b02f93fe94e30e57265f85
refs/heads/master: dc881f294eb957bded69b5e7f2f72831e2d00ac4
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ static int do_devconfig_ioctl(struct comedi_device *dev,
return -ENOMEM;

if (copy_from_user(aux_data,
comedi_aux_data(it.options, 0), aux_len)) {
(unsigned char __user *
)comedi_aux_data(it.options, 0), aux_len)) {
vfree(aux_data);
return -EFAULT;
}
Expand Down

0 comments on commit 9dda8b0

Please sign in to comment.