commit | da35ab68de168eb0481a02368559999cfd7882ba | [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 | 15e871fc5d125f58e637d035e3aa5d01dc323e2f [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>