commit | a80ea27d7ef3b06c919622c17a19d28466f12199 | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Tue Apr 23 12:41:00 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:02:53 2025 +0530 |
tree | 4deaac1652340440c062c0f28624dfb739be23cf | |
parent | 87f89f9abfab23b31ea0de5b20017da8c090afd1 [diff] |
fix(arm-drivers): typecast expression to match data type This corrects the MISRA violation C2012-10.6: The value of a composite expression shall not be assigned to an object with wider essential type. Explicitly type casted to match the data type of composite expression. Change-Id: I2ec044ff7fd7a8d0cdc8db5f71f30872fb8d9e81 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>