Skip to content

Commit

Permalink
V4L/DVB (3973a): Return value is ssize_t
Browse files Browse the repository at this point in the history
This patch fix a difference between v4l/dvb tree and kernel tree.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 861018a commit 07f640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/bt8xx/dst_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static int dst_ca_release(struct inode *inode, struct file *file)

static ssize_t dst_ca_read(struct file *file, char __user *buffer, size_t length, loff_t *offset)
{
int bytes_read = 0;
ssize_t bytes_read = 0;

dprintk(verbose, DST_CA_DEBUG, 1, " Device read.");

Expand Down

0 comments on commit 07f640f

Please sign in to comment.