commit | 6119215cd6ee6ff72d3ce3af8cb9efe401e39fea | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Apr 23 11:49:04 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:11:43 2025 +0530 |
tree | 223139bfef8656f4397f8bdfaa1f2e08b347fb25 | |
parent | 56a44237a06246b3eec5f45b4fd9b1cd14a32c01 [diff] |
fix(psci): avoid altering function parameters This corrects the MISRA violation C2012-17.8: A function parameter should not be modified. Local variable is declared and used to process the value from the argument. Change-Id: Ia757db4903132794623dbf92ff8cecc9b40f170d Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>