]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 5 Dec 2017 22:17:03 +0000 (23:17 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 23 Feb 2018 15:12:51 +0000 (15:12 +0000)
commit27901cccf8dd7b9e8d77c2637a2b306d731e567d
tree5b13804c0a7a904c89ae33f6f9416a220faa2f92
parent83a6060c0cd07cafdf8baa08e26c602a06977a2c
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.

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