Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:19931 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753824AbcBVKRN (ORCPT ); Mon, 22 Feb 2016 05:17:13 -0500 From: Leo Kim To: CC: , , , , , , , , Subject: [PATCH V4 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER Date: Mon, 22 Feb 2016 19:14:08 +0900 Message-ID: <1456136071-10502-2-git-send-email-leo.kim@atmel.com> (sfid-20160222_111717_332665_C32EF4BC) In-Reply-To: <1456136071-10502-1-git-send-email-leo.kim@atmel.com> References: <1456136071-10502-1-git-send-email-leo.kim@atmel.com> 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 391173b..c6d206d 100644 --- a/drivers/staging/wilc1000/wilc_wlan.c +++ b/drivers/staging/wilc1000/wilc_wlan.c @@ -1468,7 +1468,6 @@ int wilc_wlan_init(struct net_device *dev) if (!wilc->tx_buffer) { ret = -ENOBUFS; - PRINT_ER("Can't allocate Tx Buffer"); goto _fail_; } @@ -1477,7 +1476,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