Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbi_system_suspend() cannot return SBI_SUCCESS #131

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/ext-sys-suspend.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ The possible error codes returned in `sbiret.error` are shown in
[cols="1,2", width=100%, align="center", options="header"]
|===
| Error code | Description
| SBI_SUCCESS | System has suspended and resumed successfully.
| SBI_ERR_INVALID_PARAM | `sleep_type` is reserved or is platform-specific
and unimplemented.
| SBI_ERR_NOT_SUPPORTED | `sleep_type` is not reserved and is implemented,
Expand Down