public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>,
	Seunghui Lee <sh043.lee@samsung.com>
Subject: Re: [PATCH 5.10] mmc: core: Fix UHS-I SD 1.8V workaround branch
Date: Tue, 6 Sep 2022 14:02:24 +0200	[thread overview]
Message-ID: <Yxc20M+KrFi9f8Nb@kroah.com> (raw)
In-Reply-To: <20220906060834.58305-1-adrian.hunter@intel.com>

On Tue, Sep 06, 2022 at 09:08:34AM +0300, Adrian Hunter wrote:
> commit 15c56208c79c340686869c31595c209d1431c5e8 upstream.
> 
> When introduced, upon success, the 1.8V fixup workaround in
> mmc_sd_init_card() would branch to practically the end of the function, to
> a label named "done". Unfortunately, perhaps due to the label name, over
> time new code has been added that really should have come after "done" not
> before it. Let's fix the problem by moving the label to the correct place
> and rename it "cont".
> 
> Fixes: 045d705dc1fb ("mmc: core: Enable the MMC host software queue for the SD card")
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
> Reviewed-by: Seunghui Lee <sh043.lee@samsung.com>
> Cc: stable@vger.kernel.org
> Link: https://lore.kernel.org/r/20220815073321.63382-2-adrian.hunter@intel.com
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> [Backport to 5.10]
> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
> ---
>  drivers/mmc/core/sd.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Now queued up, thanks.

greg k-h

      reply	other threads:[~2022-09-06 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  6:08 [PATCH 5.10] mmc: core: Fix UHS-I SD 1.8V workaround branch Adrian Hunter
2022-09-06 12:02 ` Greg KH [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=Yxc20M+KrFi9f8Nb@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=adrian.hunter@intel.com \
    --cc=sh043.lee@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /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: link
Be 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