Re: [PATCH] isdn_common: Mark expected switch fall-throughs

2019-02-22 Thread Gustavo A. R. Silva
On 2/22/19 1:50 PM, David Miller wrote: >> >> This patch is part of the ongoing efforts to enable >> -Wimplicit-fallthrough. >> >> Signed-off-by: Gustavo A. R. Silva > > Applied. > Thanks, Dave. I wonder if you can take this one too: https://lore.kernel.org/lkml/20190129180612.GA28650@emb

Re: [PATCH] isdn_common: Mark expected switch fall-throughs

2019-02-22 Thread David Miller
From: "Gustavo A. R. Silva" Date: Wed, 20 Feb 2019 14:25:26 -0600 > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/isdn/i4l/isdn_common.c: In function ‘isdn_wildmat’: > drive

[PATCH] isdn_common: Mark expected switch fall-throughs

2019-02-20 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 warnings: drivers/isdn/i4l/isdn_common.c: In function ‘isdn_wildmat’: drivers/isdn/i4l/isdn_common.c:173:5: warning: this statement may fall through [-Wimpl