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

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

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

parent f20a07d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;