Skip to content

Commit

Permalink
zr364xx __user annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent f10095c commit 97cf010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/zr364xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97cf010

Please sign in to comment.