Commit f748b65b authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

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

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment