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@xxxxxxxxx> > Reviewed-by: Seunghui Lee <sh043.lee@xxxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx > Link: https://lore.kernel.org/r/20220815073321.63382-2-adrian.hunter@xxxxxxxxx > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > [Backport to 5.10] > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > --- > drivers/mmc/core/sd.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Now queued up, thanks. greg k-h