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

[media] Fix the -E{*} returns in the VBI device as well

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 f20a07d4
......@@ -1112,7 +1112,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