Skip to content

Commit

Permalink
staging: dt3155v4l: pci_iomap returns a void __iomem * not a void *
Browse files Browse the repository at this point in the history
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 9, 2011
1 parent c94a2e4 commit f748b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/dt3155v4l/dt3155v4l.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit f748b65

Please sign in to comment.