Return-path: Received: from emh04.mail.saunalahti.fi ([62.142.5.110]:35015 "EHLO emh04.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751926Ab3JHSsS (ORCPT ); Tue, 8 Oct 2013 14:48:18 -0400 Subject: [PATCH] ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n() To: ath10k@lists.infradead.org From: Kalle Valo Cc: Fengguang Wu , linux-wireless@vger.kernel.org Date: Tue, 08 Oct 2013 21:48:15 +0300 Message-ID: <20131008184815.3778.52129.stgit@localhost6.localdomain6> (sfid-20131008_204821_011581_AA6C99D9) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Fengguang Wu 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 Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath10k/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index 5acb404..10c519d 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -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",