Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:7641 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753231AbbKBIu2 (ORCPT ); Mon, 2 Nov 2015 03:50:28 -0500 From: Glen Lee To: CC: , , , , , , , , Subject: [PATCH 22/38] staging: wilc1000: remove do-nothing if condition case. Date: Mon, 2 Nov 2015 17:51:05 +0900 Message-ID: <1446454281-22484-22-git-send-email-glen.lee@atmel.com> (sfid-20151102_095031_842772_28A2961D) In-Reply-To: <1446454281-22484-1-git-send-email-glen.lee@atmel.com> References: <1446454281-22484-1-git-send-email-glen.lee@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Leo Kim This patch removes do-nothing if condition case. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 72345b3..753405e 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -327,9 +327,6 @@ void linux_wlan_mac_indicate(struct wilc *wilc, int flag) } else { wilc->mac_status = status; } - - if (wilc->mac_status == WILC_MAC_STATUS_CONNECT) { - } } else if (flag == WILC_MAC_INDICATE_SCAN) { PRINT_D(GENERIC_DBG, "Scanning ...\n"); } -- 1.9.1