driver: net: wireless: rtl8821cs fix clang build error

Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
Change-Id: I6e3f66ed682ff795697ed7c664b1bf2d96be1031
This commit is contained in:
Wu Liangqing
2020-09-14 14:26:18 +08:00
committed by Tao Huang
parent e0159849f0
commit 084b599e12

View File

@@ -43,7 +43,6 @@ const char *rtw_log_level_str[] = {
void dump_drv_version(void *sel)
{
RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
}
void dump_drv_cfg(void *sel)