Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420400
| From | Jason Cooper <jason@lakedaemon.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] irqchip/sirfsoc: fix sparse warnings on __iomem |
| Date | 2016-06-13 03:10 +0200 |
| Message-ID | <rJoy5-7JT-3@gated-at.bofh.it> (permalink) |
| References | <rHo9b-2Ai-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Ben, On Tue, Jun 07, 2016 at 01:18:30PM +0100, Ben Dooks wrote: > Fix warnings from sparse about casting to __iomem from non anotated > variable: > > drivers/irqchip/irq-sirfsoc.c:56:47: warning: incorrect type in initializer (different address spaces) > drivers/irqchip/irq-sirfsoc.c:56:47: expected void [noderef] <asn:2>*base > drivers/irqchip/irq-sirfsoc.c:56:47: got void *host_data > drivers/irqchip/irq-sirfsoc.c:97:47: warning: incorrect type in initializer (different address spaces) > drivers/irqchip/irq-sirfsoc.c:97:47: expected void [noderef] <asn:2>*base > drivers/irqchip/irq-sirfsoc.c:97:47: got void *host_data > drivers/irqchip/irq-sirfsoc.c:109:47: warning: incorrect type in initializer (different address spaces) > drivers/irqchip/irq-sirfsoc.c:109:47: expected void [noderef] <asn:2>*base > drivers/irqchip/irq-sirfsoc.c:109:47: got void *host_data > > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> > --- > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Jason Cooper <jason@lakedaemon.net> > Cc: Marc Zyngier <marc.zyngier@arm.com> > Cc: Barry Song <baohua@kernel.org> > Cc: linux-kernel@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > drivers/irqchip/irq-sirfsoc.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) Applied to irqchip/misc thx, Jason.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] irqchip/sirfsoc: fix sparse warnings on __iomem Ben Dooks <ben.dooks@codethink.co.uk> - 2016-06-07 14:20 +0200 Re: [PATCH] irqchip/sirfsoc: fix sparse warnings on __iomem Jason Cooper <jason@lakedaemon.net> - 2016-06-13 03:10 +0200
csiph-web