Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:20861 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754173AbcBVKU2 (ORCPT ); Mon, 22 Feb 2016 05:20:28 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH V4 20/24] staging: wilc1000: wilc_wlan.c: removes unnecessary log messages Date: Mon, 22 Feb 2016 19:14:27 +0900 Message-ID: <1456136071-10502-21-git-send-email-leo.kim@atmel.com> (sfid-20160222_112038_368119_73A1BCD2) 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/wilc_wlan.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c index c6d206d..e7ae359 100644 --- a/drivers/staging/wilc1000/wilc_wlan.c +++ b/drivers/staging/wilc1000/wilc_wlan.c @@ -1022,7 +1022,6 @@ int wilc_wlan_firmware_download(struct wilc *wilc, const u8 *buffer, ret = -EIO; goto _fail_; } - PRINT_D(INIT_DBG, "Offset = %d\n", offset); } while (offset < buffer_size); _fail_: @@ -1449,8 +1448,6 @@ int wilc_wlan_init(struct net_device *dev) wilc = vif->wilc; - PRINT_D(INIT_DBG, "Initializing WILC_Wlan ...\n"); - wilc->quit = 0; if (!wilc->hif_func->hif_init(wilc, false)) { -- 1.9.1