commit | 32302b44abc3a725b4197cec8f1411d8320542d9 | [log] [tgz] |
---|---|---|
author | Dhruva Gole <d-gole@ti.com> | Mon Mar 24 13:05:23 2025 +0530 |
committer | Dhruva Gole <d-gole@ti.com> | Thu Apr 10 10:52:45 2025 +0530 |
tree | d6bace90d95c98d2b249c5d2f6ef94040be69f5d | |
parent | 57ac3f74b34a3303f03deee264a1f2247c68008d [diff] |
fix(ti): fix UNUSED_VALUE in AM62L PSCI Driver New Defects reported by Coverity Scan found value "-6" to "ret" here, but that stored value is overwritten before it can be used. We'd rather just return from those places to avoid this, similar to how it was being done in k3_psci as well. Change-Id: I7661586f191aad541387c06ab221c1d7cb58e461 Signed-off-by: Dhruva Gole <d-gole@ti.com>