Commit d2f3f688 authored by Kalle Valo's avatar Kalle Valo
Browse files

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: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1603802288-21158-2-git-send-email-kvalo@codeaurora.org
parent 762fd1ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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