diff options
| author | Andrew Jones <[email protected]> | 2023-02-27 11:30:58 +0100 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2023-02-27 19:36:58 +0530 |
| commit | c88e039ec23c41ad0769c6714f60904f89fa3a5d (patch) | |
| tree | 61506a80008c78b322535bdb253c6ef8491cb66d /scripts | |
| parent | 40f16a81d33d70b113645fc9dc5071a74267e613 (diff) | |
lib: sbi_hsm: Ensure errors are consistent with spec
HSM functions define when SBI_ERR_INVALID_PARAM should be returned.
Ensure it's not used for reasons that don't meet the definitions by
using the catch-all code, SBI_ERR_FAILED, for those reasons instead.
Also, in one case sbi_hart_suspend() may have returned SBI_ERR_DENIED,
which isn't defined for that function at all. Use SBI_ERR_FAILED for
that case too.
Signed-off-by: Andrew Jones <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
