Re: mt7601u: phy: mark expected switch fall-through

2018-04-24 Thread Kalle Valo
inski <kubak...@wp.pl> Patch applied to wireless-drivers-next.git, thanks. 5156b054bcda mt7601u: phy: mark expected switch fall-through -- https://patchwork.kernel.org/patch/10318419/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Re: [PATCH] mt7601u: phy: mark expected switch fall-through

2018-03-31 Thread Jakub Kicinski
On Fri, 30 Mar 2018 16:12:23 -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Jakub Kicinski

[PATCH] mt7601u: phy: mark expected switch fall-through

2018-03-30 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- drivers/net/wireless/mediatek/mt7601u/phy.c | 1 + 1 file changed, 1 insertion(+) diff --git