This patches removes PRINT_ER that is unnecessary debug logs.

Signed-off-by: Leo Kim <[email protected]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to