staging: wilc1000: wilc_wlan.c: removes unnecessary log messages

This patch removes unnecessary log messages.

Signed-off-by: Chris Park <chris.park@atmel.com>
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chris Park 2016-02-22 13:12:05 +09:00 committed by Greg Kroah-Hartman
parent d9766d52dc
commit 4ed9f7dc88

View file

@ -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)) {