]> asedeno.scripts.mit.edu Git - linux.git/commit
firmware: arm_scpi: silence sparse warnings
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 6 Oct 2017 18:59:05 +0000 (20:59 +0200)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 9 Oct 2017 09:20:02 +0000 (10:20 +0100)
commit430594c1c7f5051f0d99ed9d08d086d20587cdd1
treec13dcc1666c941644cfe3937a6696a39db6129a2
parent48bee74a354b211c4e4cb62e6a7b7986749747cf
firmware: arm_scpi: silence sparse warnings

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

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scpi.c