Re: [U-Boot] [PATCH 07/13] mmc: tmio: Improve error handling

2018-11-01 Thread Masahiro Yamada
On Thu, Nov 1, 2018 at 2:25 AM Marek Vasut wrote: > > Properly handle return values and abort operations when they are > non-zero. This is a minor improvement, which fixes two remaining > unchecked return values. > > Signed-off-by: Marek Vasut > Cc: Masahiro Yamada > --- Good catch! Thanks. >

[U-Boot] [PATCH 07/13] mmc: tmio: Improve error handling

2018-10-31 Thread Marek Vasut
Properly handle return values and abort operations when they are non-zero. This is a minor improvement, which fixes two remaining unchecked return values. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mmc/tmio-common.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) d