]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: pcie: don't cast __iomem pointers
authorOlof Johansson <olof@lixom.net>
Fri, 9 Sep 2011 01:09:54 +0000 (18:09 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 10 Oct 2011 18:02:46 +0000 (11:02 -0700)
commit6efc42911190005fdb2d298a442ad6302eeb6d7e
tree01a800dd004c8fe9eb499e76d8796e548c2efdb7
parentffcbc639d069e395c41cb47b8efebc1f1158d858
ARM: tegra: pcie: don't cast __iomem pointers

Fixes a lot of:

arch/arm/mach-tegra/pcie.c:678:8: warning: cast removes address space of expression
arch/arm/mach-tegra/pcie.c:678:8: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-tegra/pcie.c:678:8:    expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-tegra/pcie.c:678:8:    got unsigned int
arch/arm/mach-tegra/pcie.c:678:8: warning: cast removes address space of expression

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-tegra/pcie.c