Re: [PATCH] mmc: core: Use host instead of card argument to mmc_spi_send_csd()

2021-02-08 Thread Ulf Hansson
On Mon, 1 Feb 2021 at 06:57, Yue Hu wrote: > > From: Yue Hu > > Since mmc_send_cxd_data() does not care card if opcode is MMC_SEND_CSD. > > Signed-off-by: Yue Hu Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/core/mmc_ops.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[PATCH] mmc: core: Use host instead of card argument to mmc_spi_send_csd()

2021-01-31 Thread Yue Hu
From: Yue Hu Since mmc_send_cxd_data() does not care card if opcode is MMC_SEND_CSD. Signed-off-by: Yue Hu --- drivers/mmc/core/mmc_ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c index baa6314..265d95e