From: Kalle Valo Date: Tue, 27 Oct 2020 12:38:08 +0000 (+0200) Subject: ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2f3f68864a463c138b27bf2ed81f6aae2233ef8;p=linux.git 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 Link: https://lore.kernel.org/r/1603802288-21158-2-git-send-email-kvalo@codeaurora.org --- diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 36426efdb2ea0..8ab262931dce3 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