提交 07f640f0 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (3973a): Return value is ssize_t

This patch fix a difference between v4l/dvb tree and kernel tree.
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 861018a6
...@@ -582,7 +582,7 @@ static int dst_ca_release(struct inode *inode, struct file *file) ...@@ -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) 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."); dprintk(verbose, DST_CA_DEBUG, 1, " Device read.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册