Re: [PATCH] pci: iproc-msi: fix __iomem annotation in decode_msi_hwirq()

2019-10-17 Thread Lorenzo Pieralisi
On Tue, Oct 15, 2019 at 05:07:02PM +0100, Ben Dooks (Codethink) wrote: > Fix __iomem attribute on msg variable passed to readl() in > the decode_msi_hwirq() function. Fixes the following sparse > warning: > > drivers/pci/controller/pcie-iproc-msi.c:301:17: warning: incorrect type in > argument 1

[PATCH] pci: iproc-msi: fix __iomem annotation in decode_msi_hwirq()

2019-10-15 Thread Ben Dooks (Codethink)
Fix __iomem attribute on msg variable passed to readl() in the decode_msi_hwirq() function. Fixes the following sparse warning: drivers/pci/controller/pcie-iproc-msi.c:301:17: warning: incorrect type in argument 1 (different address spaces) drivers/pci/controller/pcie-iproc-msi.c:301:17: