Re: [PATCH] mmc: sdhci-s3c: Mark expected switch fall-through

2019-08-02 Thread Ulf Hansson
On Mon, 29 Jul 2019 at 02:03, Gustavo A. R. Silva wrote: > > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe': > drivers/mmc/host/sdhci-s3c.c:613:19: warning: this statement may fa

Re: [PATCH] mmc: sdhci-s3c: Mark expected switch fall-through

2019-07-28 Thread Adrian Hunter
On 29/07/19 3:02 AM, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe': > drivers/mmc/host/sdhci-s3c.c:613:19: warning: this statement may fall through

[PATCH] mmc: sdhci-s3c: Mark expected switch fall-through

2019-07-28 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. This patch fixes the following warnings: drivers/mmc/host/sdhci-s3c.c: In function 'sdhci_s3c_probe': drivers/mmc/host/sdhci-s3c.c:613:19: warning: this statement may fall through [-Wimplicit-fallthrough=] host->mmc->caps |= MMC_CAP_8_