commit | bdb3a3fbc7496b4b020d1381b707e7b733bf8e66 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Wed Nov 08 08:51:10 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 18:53:09 2023 -0500 |
tree | f6fbb58c25facc43f710e97fcb57579a281c9aed | |
parent | f4ecd0f235e1086fe5b2c4e11111bdee7b71ebe8 [diff] |
sysreset: Fix unsupported request return values The description of the sysreset request method in <sysreset.h> says that the return value should be -EPROTONOSUPPORT if the requested reset type is not supported by this device. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Simon Glass <sjg@chromium.org>