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

2019-02-13 Thread Gustavo A. R. Silva
On 2/13/19 2:35 AM, Ulf Hansson wrote: > On Tue, 12 Feb 2019 at 16:26, Gustavo A. R. Silva > wrote: >> >> In preparation to enabling -Wimplicit-fallthrough, mark switch >> cases where we are expecting to fall through. >> >> This patch fixes the following warning: >> >>

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

2019-02-13 Thread Ulf Hansson
On Tue, 12 Feb 2019 at 16:26, Gustavo A. R. Silva wrote: > > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > drivers/mmc/host/sdhci-xenon-phy.c: In function ‘xenon_emmc_phy_slow_mode’: >

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

2019-02-12 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/mmc/host/sdhci-xenon-phy.c: In function ‘xenon_emmc_phy_slow_mode’: drivers/mmc/host/sdhci-xenon-phy.c:527:47: warning: this statement may

Re: [PATCH] mmc: sdhci-xenon: mark expected switch fall-through

2018-07-05 Thread Ulf Hansson
On 4 July 2018 at 00:56, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Warning level 2 was used: -Wimplicit-fallthrough=2 > > Signed-off-by: Gustavo A. R. Silva Thanks, applied for next! Kind

Re: [PATCH] mmc: sdhci-xenon: mark expected switch fall-through

2018-07-05 Thread Ulf Hansson
On 4 July 2018 at 00:56, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Warning level 2 was used: -Wimplicit-fallthrough=2 > > Signed-off-by: Gustavo A. R. Silva Thanks, applied for next! Kind

[PATCH] mmc: sdhci-xenon: mark expected switch fall-through

2018-07-03 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Warning level 2 was used: -Wimplicit-fallthrough=2 Signed-off-by: Gustavo A. R. Silva --- drivers/mmc/host/sdhci-xenon-phy.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] mmc: sdhci-xenon: mark expected switch fall-through

2018-07-03 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Warning level 2 was used: -Wimplicit-fallthrough=2 Signed-off-by: Gustavo A. R. Silva --- drivers/mmc/host/sdhci-xenon-phy.c | 1 + 1 file changed, 1 insertion(+) diff --git