aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-10-25 17:10:41 +0800
committerKalle Valo <kvalo@codeaurora.org>2019-10-31 10:15:04 +0200
commit0dc269314a251816aeee3abe38184071cf96e733 (patch)
tree56b79273c3cfd7849f0611d95f860c6c0087c1ba /drivers/net/wireless/ath
parentath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe (diff)
downloadlinux-dev-0dc269314a251816aeee3abe38184071cf96e733.tar.xz
linux-dev-0dc269314a251816aeee3abe38184071cf96e733.zip
ath10k: remove unneeded semicolon
remove unneeded semicolon. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath10k/htt_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 9f0e7b4943ec..d95b63f133ab 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -2073,7 +2073,7 @@ static void ath10k_htt_rx_mpdu_desc_pn_hl(struct htt_hl_rx_desc *rx_desc,
case 24:
pn->pn24 = __le32_to_cpu(rx_desc->pn_31_0);
break;
- };
+ }
}
static bool ath10k_htt_rx_pn_cmp48(union htt_rx_pn_t *new_pn,