提交 ead5bc4e 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] au0828: set reg->size

The size field wasn't filled in.
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 4e032f3f
......@@ -1759,6 +1759,7 @@ static int vidioc_g_register(struct file *file, void *priv,
struct au0828_dev *dev = fh->dev;
reg->val = au0828_read(dev, reg->reg);
reg->size = 1;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部