Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:40623 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424740AbcBRHc7 (ORCPT ); Thu, 18 Feb 2016 02:32:59 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH 18/24] staging: wilc1000: linux_wlan.c: removes unnecessary log messages Date: Thu, 18 Feb 2016 16:27:29 +0900 Message-ID: <1455780455-21365-18-git-send-email-leo.kim@atmel.com> (sfid-20160218_083302_758362_E0764661) In-Reply-To: <1455780455-21365-1-git-send-email-leo.kim@atmel.com> References: <1455780455-21365-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