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

2019-03-18 Thread Ulf Hansson
On Mon, 11 Mar 2019 at 06:53, 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 Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/mmc_spi.c | 4 > 1 file changed, 4

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

2019-03-11 Thread Laurent Pinchart
Hi Kangjie, Thank you for the patch. On Mon, Mar 11, 2019 at 12:53:33AM -0500, 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 Reviewed-by: Laurent Pinchart > --- > drivers/mmc/host/mmc_spi.c

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

2019-03-10 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..a3533935e282