commit | 2863b0c46633d28a920ef14c68ee4a6e4842ab0b | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Apr 24 12:12:48 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Dec 20 11:01:14 2024 +0000 |
tree | e1909a85e4a727abd6beaa8951017af43f33bc41 | |
parent | fbc415d2046ca6e940323a88252fd40a68bebec4 [diff] |
fix(zynqmp): typecast operands to match data type This corrects the MISRA violation C2012-10.1: Operands shall not be of an inappropriate essential type. The condition is explicitly checked against 0U, appending 'U' and typecasting for unsigned comparison. Change-Id: I016f9df3811d80cd230257b5533d4d15a15fe14f Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>