diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-15 18:07:02 +0200 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2019-10-17 12:01:24 +0200 |
commit | a243bf39d8be133f9d6d8c8b2565830c6d3d247b (patch) | |
tree | 548ccbb2f2a5e55cf7ae72727a059429b69a6306 /kernel/Makefile | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-a243bf39d8be133f9d6d8c8b2565830c6d3d247b.tar.xz linux-a243bf39d8be133f9d6d8c8b2565830c6d3d247b.zip |
PCI: iproc-msi: Fix __iomem annotation in decode_msi_hwirq()
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: expected void const volatile [noderef] <asn:2> *addr
drivers/pci/controller/pcie-iproc-msi.c:301:17: got unsigned int [usertype] *[assigned] msg
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Andrew Murray <andrew.murray@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-pci@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions