summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164
diff options
context:
space:
mode:
authorGavin Hurlbut2010-09-29 20:18:20 +0200
committerMauro Carvalho Chehab2010-10-21 11:55:29 +0200
commitf20a07d431c3c516c37beff9638f70c8e059a3fc (patch)
tree42bd07f7ec94b5cd20b0487d7fc7875895aa9645 /drivers/media/video/saa7164
parent[media] Change the second input names to include " 2" to distinguish them (diff)
downloadkernel-qcow2-linux-f20a07d431c3c516c37beff9638f70c8e059a3fc.tar.gz
kernel-qcow2-linux-f20a07d431c3c516c37beff9638f70c8e059a3fc.tar.xz
kernel-qcow2-linux-f20a07d431c3c516c37beff9638f70c8e059a3fc.zip
[media] Fix the negative -E{BLAH} returns from fops_read
Signed-off-by: Gavin Hurlbut <gjhurlbu@gmail.com> Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164')
-rw-r--r--drivers/media/video/saa7164/saa7164-encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/saa7164-encoder.c b/drivers/media/video/saa7164/saa7164-encoder.c
index edd888ec3c9b..dfa43db09336 100644
--- a/drivers/media/video/saa7164/saa7164-encoder.c
+++ b/drivers/media/video/saa7164/saa7164-encoder.c
@@ -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;