Re: [PATCH] mmc_spi: add a status check for spi_sync_locked

2019-03-10 Thread Laurent Pinchart
Hi Kangjie, Thank you for the patch. On Sun, Mar 10, 2019 at 01:53:05AM -0600, Kangjie Lu wrote: > In case spi_sync_locked fails, the fix reports the error and > returns the error code upstream. > > Signed-off-by: Kangjie Lu > --- > drivers/mmc/host/mmc_spi.c | 4 > 1 file changed, 4 inse

[PATCH] mmc_spi: add a status check for spi_sync_locked

2019-03-09 Thread Kangjie Lu
In case spi_sync_locked fails, the fix reports the error and returns the error code upstream. Signed-off-by: Kangjie Lu --- drivers/mmc/host/mmc_spi.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index 1b1498805972..32fea585262b