Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b26e64e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

raw1394 __user annotation

parent 0bd8496b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2677,7 +2677,7 @@ static long raw1394_iso_xmit_recv_packets32(struct file *file, unsigned int cmd,
                                          struct raw1394_iso_packets32 __user *arg)
{
	compat_uptr_t infos32;
	void *infos;
	void __user *infos;
	long err = -EFAULT;
	struct raw1394_iso_packets __user *dst = compat_alloc_user_space(sizeof(struct raw1394_iso_packets));