commit | 8cf362305e25f869e1b86b7e4d2bcb5ca135d31a | [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 22:14:57 2024 -0500 |
tree | 1b1338bd798f8f2a5aa62a89b6b21c8acf8270af | |
parent | dcfb6332ee11253edb7d66fa6f5841c83c077182 [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>