Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:30204 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425347AbcBRLez (ORCPT ); Thu, 18 Feb 2016 06:34:55 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH V2 13/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages Date: Thu, 18 Feb 2016 20:30:13 +0900 Message-ID: <1455795024-26978-13-git-send-email-leo.kim@atmel.com> (sfid-20160218_123507_014524_AF69E2FC) In-Reply-To: <1455795024-26978-1-git-send-email-leo.kim@atmel.com> References: <1455795024-26978-1-git-send-email-leo.kim@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Chris Park This patch removes unnecessary log messages. And, it adds a 'break' statement in accordance with the switch-case rule. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c index be7d835..c6ceff5 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -795,7 +795,7 @@ static int connect(struct wiphy *wiphy, struct net_device *dev, break; default: - PRINT_D(CFG80211_DBG, "Automatic Authentation type = %d\n", sme->auth_type); + break; } if (sme->crypto.n_akm_suites) { -- 1.9.1