LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org> To: Chanwoo Lee <cw9316.lee@samsung.com> Cc: Adrian Hunter <adrian.hunter@intel.com>, linux-mmc <linux-mmc@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, grant.jung@samsung.com, jt77.jang@samsung.com, DooHyun Hwang <dh0421.hwang@samsung.com>, Seunghui Lee <sh043.lee@samsung.com> Subject: Re: [PATCH] mmc: sdhci: Change the code to check auto_cmd23 Date: Mon, 6 Sep 2021 19:09:15 +0200 [thread overview] Message-ID: <CAPDyKFomfnik==x5FtJeALr-9oZmjDNAXJiRft8-fXqPU8m0Dw@mail.gmail.com> (raw) In-Reply-To: <20210825093345.14706-1-cw9316.lee@samsung.com> On Wed, 25 Aug 2021 at 11:41, Chanwoo Lee <cw9316.lee@samsung.com> wrote: > > From: ChanWoo Lee <cw9316.lee@samsung.com> > > 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@intel.com > > Signed-off-by: ChanWoo Lee <cw9316.lee@samsung.com> 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 >
prev parent reply other threads:[~2021-09-06 17:09 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <CGME20210825094127epcas1p26709a5004dacdb2066e7f21dc1c997f5@epcas1p2.samsung.com> 2021-08-25 9:33 ` [PATCH] mmc: sdhci: Change the code to check auto_cmd23 Chanwoo Lee 2021-08-31 7:37 ` Adrian Hunter 2021-09-06 17:09 ` Ulf Hansson [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CAPDyKFomfnik==x5FtJeALr-9oZmjDNAXJiRft8-fXqPU8m0Dw@mail.gmail.com' \ --to=ulf.hansson@linaro.org \ --cc=adrian.hunter@intel.com \ --cc=cw9316.lee@samsung.com \ --cc=dh0421.hwang@samsung.com \ --cc=grant.jung@samsung.com \ --cc=jt77.jang@samsung.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mmc@vger.kernel.org \ --cc=sh043.lee@samsung.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).