aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_fbdev.c
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2022-08-15 10:33:20 +0300
committerUlf Hansson <[email protected]>2022-08-22 12:58:28 +0200
commit15c56208c79c340686869c31595c209d1431c5e8 (patch)
tree90f56bc553d84a338a8e6e95b607913aac84a3b5 /drivers/gpu/drm/omapdrm/omap_fbdev.c
parent1c23f9e627a7b412978b4e852793c5e3c3efc555 (diff)
mmc: core: Fix UHS-I SD 1.8V workaround branch
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 <[email protected]> Reviewed-by: Seunghui Lee <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions