Commit f20a07d4 authored by Gavin Hurlbut's avatar Gavin Hurlbut Committed by Mauro Carvalho Chehab

[media] Fix the negative -E{BLAH} returns from fops_read

Signed-off-by: default avatarGavin Hurlbut <gjhurlbu@gmail.com>
Signed-off-by: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f89076c5
......@@ -1165,7 +1165,7 @@ static ssize_t fops_read(struct file *file, char __user *buffer,
struct saa7164_port *port = fh->port;
struct saa7164_user_buffer *ubuf = NULL;
struct saa7164_dev *dev = port->dev;
unsigned int ret = 0;
int ret = 0;
int rem, cnt;
u8 *p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment