diff options
author | Tom Rix <trix@redhat.com> | 2020-10-20 05:58:41 -0700 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-11-07 13:34:22 +0200 |
commit | 3287953b03994870c249ec57f55967cd1f7afbb8 (patch) | |
tree | 47ac9f16ba32a5ce66ed1e65baae6a32e3850712 /drivers/net/wireless/ath/ath10k/htt_rx.c | |
parent | 65277100caa2f2c62b6f3c4648b90d6f0435f3bc (diff) |
wireless: remove unneeded break
A break is not needed if it is preceded by a return
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201020125841.26791-1-trix@redhat.com
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt_rx.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt_rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c index 5c1af2021883..9c4e6cf2137a 100644 --- a/drivers/net/wireless/ath/ath10k/htt_rx.c +++ b/drivers/net/wireless/ath/ath10k/htt_rx.c @@ -3878,7 +3878,6 @@ bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb) return ath10k_htt_rx_proc_rx_frag_ind(htt, &resp->rx_frag_ind, skb); - break; } case HTT_T2H_MSG_TYPE_TEST: break; |