]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 8 Oct 2013 18:48:15 +0000 (21:48 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 9 Oct 2013 14:16:15 +0000 (17:16 +0300)
drivers/net/wireless/ath/ath10k/core.c:507:2-3: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.c

index e016f5141c663623d43ccedda9dfcdd86ce8ed59..c5561a935bbb011c49a0dc2281d50362dc47d0b2 100644 (file)
@@ -507,7 +507,7 @@ static int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name)
 
                len -= ie_len;
                data += ie_len;
-       };
+       }
 
        if (!ar->firmware_data || !ar->firmware_len) {
                ath10k_warn("No ATH10K_FW_IE_FW_IMAGE found from %s, skipping\n",