Commit 4ed9f7dc authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman

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

This patch removes unnecessary log messages.
Signed-off-by: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d9766d52
......@@ -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)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment