dect
/
linux-2.6
Archived
13
0
Fork 0

braino in sg_ioctl_trans()

... and yes, gcc is insane enough to eat that without complaint.
We probably want sparse to scream on those...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro 2009-02-06 00:32:27 +00:00 committed by Linus Torvalds
parent 082256333f
commit 767b5828ad
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ static int sg_ioctl_trans(unsigned int fd, unsigned int cmd, unsigned long arg)
if (copy_in_user(&sgio->status, &sgio32->status,
(4 * sizeof(unsigned char)) +
(2 * sizeof(unsigned (short))) +
(2 * sizeof(unsigned short)) +
(3 * sizeof(int))))
return -EFAULT;