firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 5 Oct 2017 10:31:36 +0000 (11:31 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 9 Oct 2017 09:17:16 +0000 (10:17 +0100)
commit1b36633ea9c80f91fab505002dd7548febc51812
tree4ec3773b9c4f5761a0b4d347895fe41560e7b9d3
parent5c7ae6467df557f25daf42e78202531bc44c83df
firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem

This patch drops the only present type cast of the SCPI payload pointer
to scpi_shared_mem inorder to align with other occurrences, IOW for
consistency.

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