commit | 3a2d94085a79accc470f65a8e336e77f0fc69d28 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Apr 23 12:34:26 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Dec 20 11:00:39 2024 +0000 |
tree | 7667db9a7b1c968789e1676fb004506183effd96 | |
parent | 0ec699c1bd1c9b36fe774032737c9f22c73385bd [diff] |
fix(zynqmp): 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: I6497453f9f7455ae2f1ad8a18760ff0ef41d7c40 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>