commit | fe5573054957900924afda385f4d00c8c7505227 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Fri Dec 10 10:43:42 2021 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Fri Jan 14 11:27:21 2022 +0200 |
tree | 99efe19b50172a6f9e7da7576399a3ad12dd7153 | |
parent | 51f45d26e0758715bae236e1d23f0c7bcd066db5 [diff] |
Fix volatile compile warning in ffarpc_call_ep Shared memory pointers held in the structure ffa_call_ep are marked as 'volatile' but never actually treated as volatile when the buffers are used. The volatile attribute is used inappropriately and has been removed. This resolves the long standing compile warning. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: I9f6df299203b2d735b37b1437ff75fcacf4f6bf2