Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:29758 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425249AbcBRLc5 (ORCPT ); Thu, 18 Feb 2016 06:32:57 -0500 From: Leo Kim To: CC: , , , , , , , , Subject: [PATCH V2 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER Date: Thu, 18 Feb 2016 20:30:01 +0900 Message-ID: <1455795024-26978-1-git-send-email-leo.kim@atmel.com> (sfid-20160218_123301_094057_96B73FB3) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patches removes PRINT_ER that is unnecessary debug logs. Signed-off-by: Leo Kim --- 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