Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:20759 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753824AbcBVKUF (ORCPT ); Mon, 22 Feb 2016 05:20:05 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH V4 18/24] staging: wilc1000: linux_wlan.c: removes unnecessary log messages Date: Mon, 22 Feb 2016 19:14:25 +0900 Message-ID: <1456136071-10502-19-git-send-email-leo.kim@atmel.com> (sfid-20160222_112012_100408_89767C60) 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: 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 274f468..749dfc74 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