aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2020-10-27 14:38:08 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-10-28 15:42:18 +0200
commitd2f3f68864a463c138b27bf2ed81f6aae2233ef8 (patch)
tree1e7bd3c0a499195c48397050490bad6362f82fd9 /drivers/net/wireless/ath/ath10k/pci.c
parentath10k: remove repeated words in comments (diff)
downloadlinux-dev-d2f3f68864a463c138b27bf2ed81f6aae2233ef8.tar.xz
linux-dev-d2f3f68864a463c138b27bf2ed81f6aae2233ef8.zip
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
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index 36426efdb2ea..8ab262931dce 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -3236,7 +3236,7 @@ static int ath10k_pci_init_irq(struct ath10k *ar)
if (ret == 0)
return 0;
- /* fall-through */
+ /* MHI failed, try legacy irq next */
}
/* Try legacy irq