Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56884
b: refs/heads/master
c: 9bea3f2
h: refs/heads/master
v: v3
  • Loading branch information
Florin Malita authored and Linus Torvalds committed May 24, 2007
1 parent 225253b commit b3c5b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6087b2dab2c914268b1a50882edbbad82bfefd29
refs/heads/master: 9bea3f29fc626e190f012c4ad5f8a9e9a2f26cf6
1 change: 1 addition & 0 deletions trunk/drivers/spi/spidev.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ spidev_ioctl(struct inode *inode, struct file *filp,
break;
}
if (__copy_from_user(ioc, (void __user *)arg, tmp)) {
kfree(ioc);
retval = -EFAULT;
break;
}
Expand Down

0 comments on commit b3c5b6e

Please sign in to comment.