From 40bbaac724299ce0145451cd64d7db1fd895a97b Mon Sep 17 00:00:00 2001 From: Chris Park Date: Mon, 22 Feb 2016 13:11:58 +0900 Subject: [PATCH] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages 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 Signed-off-by: Greg Kroah-Hartman --- 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 bbb64caa62b7..75a45dfde53e 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -798,7 +798,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) { -- 2.39.2