Re: [PATCH 02/14] cmd: sf: Print error on test failure

2021-02-01 Thread Pratyush Yadav
On 31/01/21 07:34PM, Sean Anderson wrote: > The sf test command is used to test spi flashes (and spi masters). Printing > the exact error code is very helpful to those debugging the spi stack. > > Signed-off-by: Sean Anderson Reviewed-by: Pratyush Yadav -- Regards, Pratyush Yadav Texas Instru

Re: [PATCH 02/14] cmd: sf: Print error on test failure

2021-01-31 Thread Bin Meng
On Mon, Feb 1, 2021 at 8:35 AM Sean Anderson wrote: > > The sf test command is used to test spi flashes (and spi masters). Printing > the exact error code is very helpful to those debugging the spi stack. > > Signed-off-by: Sean Anderson > --- > > cmd/sf.c | 22 +- > 1 file c

[PATCH 02/14] cmd: sf: Print error on test failure

2021-01-31 Thread Sean Anderson
The sf test command is used to test spi flashes (and spi masters). Printing the exact error code is very helpful to those debugging the spi stack. Signed-off-by: Sean Anderson --- cmd/sf.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/cmd/sf.c b/cmd