commit | 270526916d74edc92c96706a8484bc06323bc3e1 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Fri Oct 27 16:18:50 2023 +0100 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Tue Nov 14 14:26:37 2023 +0000 |
tree | f854cb7ddfebc0f6a4e60556abd841b7037bfbbd | |
parent | 0e1ce19cdfd3763bb9105977ba4227e773db09c4 [diff] |
fix(tegra): return correct error code for plat_core_pos_by_mpidr The error code for plat_core_pos_by_mpidr() for an invalid mpidr should be -1 as mandated by portig guide, but for tegra t186 return value is PSCI_E_NOT_PRESENT (-7) even though the comment at top of function says that it should return -1. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I2b69bc1a56f7966f21b2a3c89c515ebde41e3eb8 (cherry picked from commit 6bd79b13f8a8566d047ff25da9110a887b4e36e7)