isdn: mark expected switch fall-throughs
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 <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
03fc5d4ffb
commit
d287c50243
@@ -1369,6 +1369,7 @@ leased_l1l2(struct PStack *st, int pr, void *arg)
|
||||
case (PH_ACTIVATE | INDICATION):
|
||||
case (PH_ACTIVATE | CONFIRM):
|
||||
event = EV_LEASED;
|
||||
/* fall through */
|
||||
case (PH_DEACTIVATE | INDICATION):
|
||||
case (PH_DEACTIVATE | CONFIRM):
|
||||
if (test_bit(FLG_TWO_DCHAN, &chanp->cs->HW_Flags))
|
||||
|
Reference in New Issue
Block a user