Re: [PATCH v2] android_ab: don't ignore ab_control_store return code

2024-01-12 Thread Tom Rini
On Mon, Dec 25, 2023 at 01:22:45PM +0300, Alexey Romanov wrote: > 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 > Reviewed-by: Mattijs Korpershoek Applied to u-boot/master,

Re: [PATCH v2] android_ab: don't ignore ab_control_store return code

2024-01-12 Thread Mattijs Korpershoek
Hi Alexey, On Tue, Jan 09, 2024 at 10:37, Alexey Romanov wrote: > + Tom Rini > > Hello! Please, ping It seems that Igor (the Android AB maintainer) has been busy elsewhere. I've requested to take over maintainership:

Re: [PATCH v2] android_ab: don't ignore ab_control_store return code

2024-01-09 Thread Alexey Romanov
+ Tom Rini Hello! Please, ping On Mon, Dec 25, 2023 at 01:22:45PM +0300, Alexey Romanov wrote: > 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 > Reviewed-by: Mattijs Korpershoek

[PATCH v2] android_ab: don't ignore ab_control_store return code

2023-12-25 Thread Alexey Romanov
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 Reviewed-by: Mattijs Korpershoek --- boot/android_ab.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git