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

Commit 97cf010a authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

zr364xx __user annotations

parent f10095c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static int read_frame(struct zr364xx_camera *cam, int framenum)
}


static ssize_t zr364xx_read(struct file *file, char *buf, size_t cnt,
static ssize_t zr364xx_read(struct file *file, char __user *buf, size_t cnt,
			    loff_t * ppos)
{
	unsigned long count = cnt;