staging: typec: tcpci: mark expected switch fall-through in tcpci_to_typec_cc
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 10 Oct 2017 19:13:58 +0000 (14:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 14:42:28 +0000 (16:42 +0200)
commit116d8eea59b7c061a054af5d25b2ce79185f2773
treee0c1cc14934ba86d0db5cfd67a8c7af6237b5483
parentbc7d21ca2c150ecb0153a901fa99733f960ea461
staging: typec: tcpci: mark expected switch fall-through in tcpci_to_typec_cc

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

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/typec/tcpci.c