mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 19:17:48 +07:00
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:
parent
d9766d52dc
commit
4ed9f7dc88
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user