Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:30391 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425347AbcBRLfv (ORCPT ); Thu, 18 Feb 2016 06:35:51 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH V2 18/24] staging: wilc1000: linux_wlan.c: removes unnecessary log messages Date: Thu, 18 Feb 2016 20:30:18 +0900 Message-ID: <1455795024-26978-18-git-send-email-leo.kim@atmel.com> (sfid-20160218_123555_490309_48362DD1) In-Reply-To: <1455795024-26978-1-git-send-email-leo.kim@atmel.com> References: <1455795024-26978-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: From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index a731b46..660bf63 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -226,7 +226,6 @@ static void deinit_irq(struct net_device *dev) void wilc_dbg(u8 *buff) { - PRINT_D(INIT_DBG, "%d\n", *buff); } int wilc_lock_timeout(struct wilc *nic, void *vp, u32 timeout) -- 1.9.1