commit | aa90ac45bc88e6a8efb199e45dab5d5a6b01c3d2 | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Wed Aug 07 13:46:27 2019 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Mon Aug 12 12:23:01 2019 +0100 |
tree | 79bc74c9ea824252cf4724b13ee267a21664401e | |
parent | 2bc06ffa0635e99cd4d88d6f6fe5bb4e4b9e50f1 [diff] |
firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors Instead of type-casting the {tx,rx}.buf all over the place while accessing them to read/write __le{32,64} from/to the firmware, let's use the existing {get,put}_unaligned_le{32,64} accessors to hide all the type cast ugliness. Suggested-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>