commit | 20170a1ef0bacf0c215e619cfca5764cda1509c3 | [log] [tgz] |
---|---|---|
author | Alexey Romanov <avromanov@salutedevices.com> | Mon Dec 25 13:22:45 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 11 21:19:25 2024 -0500 |
tree | 1d0a8310f5bc87b40673728c32306adca265e5c1 | |
parent | 090fedaadbd469b2c3e6a83d5ac07dc94a1492a9 [diff] |
android_ab: don't ignore ab_control_store return code ab_control_store() can return an error if writing to disk fails. In this case, we have to pass the error code to the caller. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>