usb: typec: tps6598x: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Fri, 27 Oct 2017 21:01:13 +0000 (16:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 15:51:09 +0000 (16:51 +0100)
commit9c4c41bb4fd5d1365dfc94bf59400c619c23dc49
treeeef4d13f4ac53c0937da4c854976596faf3ce473
parentb6565a07ca67f9b94fdc21ea1bc958236fcd7a71
usb: typec: tps6598x: mark expected switch fall-through

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>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tps6598x.c