Re: [PATCH] mmc: sdhci: Change the code to check auto_cmd23

From: Ulf Hansson
Date: Mon Sep 06 2021 - 13:10:01 EST


On Wed, 25 Aug 2021 at 11:41, Chanwoo Lee <cw9316.lee@xxxxxxxxxxx> wrote:
>
> From: ChanWoo Lee <cw9316.lee@xxxxxxxxxxx>
>
> It is replaced with a function that is already declared.
> //[1/5] mmc: sdhci: Add helpers for the auto-CMD23 flag
> //20200412090349.1607-2-adrian.hunter@xxxxxxxxx
>
> Signed-off-by: ChanWoo Lee <cw9316.lee@xxxxxxxxxxx>

Queued for v5.16 on the temporary devel branch, thanks!

Kind regards
Uffe


> ---
> drivers/mmc/host/sdhci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
> index 36f15f81a6af..5782650ddf7d 100644
> --- a/drivers/mmc/host/sdhci.c
> +++ b/drivers/mmc/host/sdhci.c
> @@ -3232,7 +3232,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask, u32 *intmask_p)
> -ETIMEDOUT :
> -EILSEQ;
>
> - if (mrq->sbc && (host->flags & SDHCI_AUTO_CMD23)) {
> + if (sdhci_auto_cmd23(host, mrq)) {
> mrq->sbc->error = err;
> __sdhci_finish_mrq(host, mrq);
> return;
> --
> 2.29.0
>