mmc: sdhci-xenon: Fixup already marked switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
according to what the compiler looks for, where we are expecting to fall
through.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Gustavo A. R. Silva 2019-02-12 09:25:58 -06:00 коммит произвёл Ulf Hansson
Родитель e8391453e2
Коммит e9d6a371cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -530,7 +530,7 @@ static bool xenon_emmc_phy_slow_mode(struct sdhci_host *host,
ret = true;
break;
}
/* else: fall through */
/* fall through */
default:
reg &= ~XENON_TIMING_ADJUST_SLOW_MODE;
ret = false;