]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ath10k: remove unneeded semicolon
authorWaldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
Thu, 2 Feb 2017 17:53:42 +0000 (18:53 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 8 Feb 2017 15:00:31 +0000 (17:00 +0200)
Remove redundant semicolon after switch statement.

Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c

index 2743a9bcd5564c94485eed2f57a0d7647c4e8975..02a3fc81fbe3bc8204aec31c99890559fe15b708 100644 (file)
@@ -2492,7 +2492,7 @@ bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb)
                ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ",
                                skb->data, skb->len);
                break;
-       };
+       }
        return true;
 }
 EXPORT_SYMBOL(ath10k_htt_t2h_msg_handler);