Skip to content

Commit 845c14b

Browse files
committed
Commnet out the log which might prevent reproducible builds
Change-Id: I189de54022a92cc3126500151bf786c956858d59
1 parent 62645a7 commit 845c14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/rockchip_wlan/rtl8723bs/core

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ u32 GlobalDebugLevel = _drv_err_;
6868
void dump_drv_version(void *sel)
6969
{
7070
DBG_871X_SEL_NL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
71-
DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
71+
// DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
7272
}
7373

7474
void dump_drv_cfg(void *sel)

0 commit comments

Comments
 (0)