linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leo Kim <leo.kim@atmel.com>
To: <gregkh@linuxfoundation.org>
Cc: <devel@driverdev.osuosl.org>, <linux-wireless@vger.kernel.org>,
	<tony.cho@atmel.com>, <glen.lee@atmel.com>, <leo.kim@atmel.com>,
	<austin.shin@atmel.com>, <Chris.Park@atmel.com>,
	<adham.abozaeid@atmel.com>, <Nicolas.FERRE@atmel.com>,
	Chris Park <chris.park@atmel.com>
Subject: [PATCH V2 13/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages
Date: Thu, 18 Feb 2016 20:30:13 +0900	[thread overview]
Message-ID: <1455795024-26978-13-git-send-email-leo.kim@atmel.com> (raw)
In-Reply-To: <1455795024-26978-1-git-send-email-leo.kim@atmel.com>

From: Chris Park <chris.park@atmel.com>

This patch removes unnecessary log messages.
And, it adds a 'break' statement in accordance with the switch-case rule.

Signed-off-by: Chris Park <chris.park@atmel.com>
Signed-off-by: Leo Kim <leo.kim@atmel.com>
---
 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


  parent reply	other threads:[~2016-02-18 11:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 11:30 [PATCH V2 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER Leo Kim
2016-02-18 11:30 ` [PATCH V2 02/24] staging: wilc1000: linux_mon.c: removes debug logs Leo Kim
2016-02-18 11:30 ` [PATCH V2 03/24] staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_err Leo Kim
2016-02-18 11:30 ` [PATCH V2 04/24] staging: wilc1000: linux_mon.c: add to check routine Leo Kim
2016-02-18 11:30 ` [PATCH V2 05/24] staging: wilc1000: removes potential null dereference Leo Kim
2016-02-18 11:30 ` [PATCH V2 06/24] staging: wilc1000: host_interface.c: removes unnecessary log message Leo Kim
2016-02-18 11:30 ` [PATCH V2 07/24] staging: wilc1000: linux_mon.c: " Leo Kim
2016-02-18 11:30 ` [PATCH V2 08/24] staging: wilc1000: linux_mon.c: removes comments Leo Kim
2016-02-18 11:30 ` [PATCH V2 09/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages Leo Kim
2016-02-18 11:30 ` [PATCH V2 10/24] staging: wilc1000: removes unused HOSTAPD_DBG tag Leo Kim
2016-02-18 11:30 ` [PATCH V2 11/24] staging: wilc1000: host_interface.c: removes unnecessary log messages Leo Kim
2016-02-18 11:30 ` [PATCH V2 12/24] staging: wilc1000: wilc_wfi_cfgoperations.c: " Leo Kim
2016-02-18 11:30 ` Leo Kim [this message]
2016-02-18 11:30 ` [PATCH V2 14/24] staging: wilc1000: removes unused CFG80211_DBG tag Leo Kim
2016-02-18 11:30 ` [PATCH V2 15/24] staging: wilc1000: coreconfigurator.c: removes unnecessary log messages Leo Kim
2016-02-18 11:30 ` [PATCH V2 16/24] staging: wilc1000: host_interface.c: " Leo Kim
2016-02-18 11:30 ` [PATCH V2 17/24] staging: wilc1000: host_interface.c: replace PRINT_ER with netdev_err Leo Kim
2016-02-18 11:30 ` [PATCH V2 18/24] staging: wilc1000: linux_wlan.c: removes unnecessary log messages Leo Kim
2016-02-19  0:40   ` Julian Calaby
2016-02-19  1:47     ` Kim, Leo
2016-02-18 11:30 ` [PATCH V2 19/24] staging: wilc1000: wilc_wfi_cfgoperations.c: " Leo Kim
2016-02-18 11:30 ` [PATCH V2 20/24] staging: wilc1000: wilc_wlan.c: " Leo Kim
2016-02-18 11:30 ` [PATCH V2 21/24] staging: wilc1000: removes unused region feature Leo Kim
2016-02-18 11:30 ` [PATCH V2 23/24] staging: wilc1000: moves to define values Leo Kim
2016-02-18 11:30 ` [PATCH V2 24/24] staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZE Leo Kim
2016-02-20  1:03 ` [PATCH V2 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455795024-26978-13-git-send-email-leo.kim@atmel.com \
    --to=leo.kim@atmel.com \
    --cc=Chris.Park@atmel.com \
    --cc=Nicolas.FERRE@atmel.com \
    --cc=adham.abozaeid@atmel.com \
    --cc=austin.shin@atmel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=glen.lee@atmel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tony.cho@atmel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).