isdn/gigaset/isocdata: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Oct 2018 12:15:39 +0000 (14:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:54:14 +0000 (10:54 -0700)
commit062f97a314355c3f0021cfa1454726cfe12432fa
tree25bb1251c1ab24c0c3a66b31b0afc35fd6a0fc9f
parentcd7f7df6ca3366be4ac79e824fdaa8d482270015
isdn/gigaset/isocdata: mark expected switch fall-through

Notice that in this particular case, I replaced the
"--v-- fall through --v--" comment with a proper
"fall through", which is what GCC is expecting to
find.

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/isocdata.c