ath9k: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 25 May 2018 21:22:07 +0000 (16:22 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 13 Jun 2018 11:45:20 +0000 (14:45 +0300)
commit12b67b0d6bcbe91d8b0682610f43d1cd8cdf280e
tree1d9e2e2f0b36c90a2fcb613202fc5bf4dbb5276b
parent4de30c906ef08af67c6d81c03e3505ee467db026
ath9k: mark expected switch fall-throughs

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

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