firmware: arm_scpi: fix incorrect __iomem accesses using correct accessors
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 5 Dec 2017 22:17:11 +0000 (23:17 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 23 Feb 2018 15:13:01 +0000 (15:13 +0000)
commit5204abd35243760116efcf565b55880915452bab
tree789e7d4abc8be027a2ce3a0904a923c0ffa1b519
parentc10bd41ab0b2508a98651ab3e4e9fbc85425eaad
firmware: arm_scpi: fix incorrect __iomem accesses using correct accessors

At several positions in the code sparse complains about incorrect access
to __iomem annotated memory. Fix this and make sparse happy.

Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
[Sudeep Holla: changed the patch title to describe the change]
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scpi.c