isdn/gigaset: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Oct 2018 11:40:46 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:35:53 +0000 (10:35 -0700)
commit272a66173bbc300abbb10d013fd80bb7ba6f43f0
tree28be13786f60f1f2e913271e37e690a014c5791d
parent3f2122bbb2dfbb5a75b3cd3fdd0e0f9423187cc7
isdn/gigaset: mark expected switch fall-throughs

Replace "--v-- fall through --v--" with a proper "fall through"
annotation. Also, change "bad cid: fall through" to
"fall through - bad cid".

This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/ev-layer.c