commit | 5204abd35243760116efcf565b55880915452bab | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Tue Dec 05 23:17:11 2017 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Fri Feb 23 15:13:01 2018 +0000 |
tree | 789e7d4abc8be027a2ce3a0904a923c0ffa1b519 | |
parent | c10bd41ab0b2508a98651ab3e4e9fbc85425eaad [diff] |
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>