Commit 40bbaac7 authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman

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: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 64d3546a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment