提交 f748b65b 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

staging: dt3155v4l: pci_iomap returns a void __iomem * not a void *

Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 c94a2e47
......@@ -204,7 +204,7 @@ struct dt3155_priv {
spinlock_t lock;
unsigned int field_count;
struct dt3155_stats stats;
void *regs;
void __iomem *regs;
int users;
u8 csr2, config;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册