OSDN Git Service

net: wan: x25_asy: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 04:25:08 +0000 (22:25 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 10:10:06 +0000 (19:10 +0900)
commita3e2ecbae0198e4cb9a63db5ac3131cbd58ec2b2
treec62b3d1bc5923f9484d30033dd7a9c0e99e411e8
parent0aa3b413f68dfe4c883c8164d152a1a03ce789bf
net: wan: x25_asy: mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 114928
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/x25_asy.c