ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warning
authorKalle Valo <kvalo@codeaurora.org>
Tue, 27 Oct 2020 12:38:08 +0000 (14:38 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 28 Oct 2020 13:42:18 +0000 (15:42 +0200)
commitd2f3f68864a463c138b27bf2ed81f6aae2233ef8
tree1e7bd3c0a499195c48397050490bad6362f82fd9
parent762fd1aec588f71873c75b6473eb1736b3a21f4d
ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warning

Latest checkpatch complains about use of fall-through comment. But as this is a
switch statement just reword the comment to workaround the problem.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1603802288-21158-2-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath10k/pci.c