Bluetooth: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 12 Oct 2017 22:24:02 +0000 (17:24 -0500)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 14 Oct 2017 07:25:51 +0000 (09:25 +0200)
commitfac72b243cc789bb209e6eca824919b42d98cfe2
tree0217c1a2cf4143d571667da656f4ad85eb351055
parent2d13e347498f69b4f4e95830eda88937c72d7ba6
Bluetooth: mark expected switch fall-throughs

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

In this particular case, notice that I replaced the
"deliberate fall-through..." comment with a "fall through"
comment, which is what GCC is expecting to find.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bcm203x.c
drivers/bluetooth/hci_ll.c