ath10k: htt_tx: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 24 May 2018 22:59:28 +0000 (17:59 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 13 Jun 2018 11:39:39 +0000 (14:39 +0300)
commitf1d270ae10ffc8d4f9726cc8b654e4e8cda294b5
tree8984bb3b4461275d8ebc384f7490827051280532
parent87f825e6e246cee0cdeaafd5bba4ef8c6df2748d
ath10k: htt_tx: mark expected switch fall-throughs

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

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

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt_tx.c