diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-26 12:36:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 14:11:57 -0400 |
commit | 5b26e64ea39e45802c5736c8261bf8a8704d212f (patch) | |
tree | 4b347d65e89411af2345c1006234fe580218729b /drivers | |
parent | 0bd8496b5977f6acfd3c16358045c315d610b765 (diff) |
raw1394 __user annotation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ieee1394/raw1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/raw1394.c b/drivers/ieee1394/raw1394.c index 336e5ff4cfcf..cadf0479cce5 100644 --- a/drivers/ieee1394/raw1394.c +++ b/drivers/ieee1394/raw1394.c | |||
@@ -2677,7 +2677,7 @@ static long raw1394_iso_xmit_recv_packets32(struct file *file, unsigned int cmd, | |||
2677 | struct raw1394_iso_packets32 __user *arg) | 2677 | struct raw1394_iso_packets32 __user *arg) |
2678 | { | 2678 | { |
2679 | compat_uptr_t infos32; | 2679 | compat_uptr_t infos32; |
2680 | void *infos; | 2680 | void __user *infos; |
2681 | long err = -EFAULT; | 2681 | long err = -EFAULT; |
2682 | struct raw1394_iso_packets __user *dst = compat_alloc_user_space(sizeof(struct raw1394_iso_packets)); | 2682 | struct raw1394_iso_packets __user *dst = compat_alloc_user_space(sizeof(struct raw1394_iso_packets)); |
2683 | 2683 | ||