linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER
@ 2016-02-18 11:30 Leo Kim
  2016-02-18 11:30 ` [PATCH V2 02/24] staging: wilc1000: linux_mon.c: removes debug logs Leo Kim
                   ` (22 more replies)
  0 siblings, 23 replies; 26+ messages in thread
From: Leo Kim @ 2016-02-18 11:30 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, tony.cho, glen.lee, leo.kim, austin.shin,
	Chris.Park, adham.abozaeid, Nicolas.FERRE

This patches removes PRINT_ER that is unnecessary debug logs.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
---
 drivers/staging/wilc1000/wilc_wlan.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index ef65e8e..50f85ac 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -1480,7 +1480,6 @@ int wilc_wlan_init(struct net_device *dev)
 
 	if (!wilc->tx_buffer) {
 		ret = -ENOBUFS;
-		PRINT_ER("Can't allocate Tx Buffer");
 		goto _fail_;
 	}
 
@@ -1489,7 +1488,6 @@ int wilc_wlan_init(struct net_device *dev)
 
 	if (!wilc->rx_buffer) {
 		ret = -ENOBUFS;
-		PRINT_ER("Can't allocate Rx Buffer");
 		goto _fail_;
 	}
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-02-20  1:03 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH V2 13/24] " Leo Kim
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

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).