staging: rtl8723bs: core: rtw_cmd: remove unnecessary initialization

Clean up checkpatch error:
ERROR: do not initialise globals to 0

Signed-off-by: Ji-Hun Kim <ji_hun.kim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ji-Hun Kim 2018-03-13 15:09:15 +09:00 committed by Greg Kroah-Hartman
parent d3127c7a7c
commit 64b8e6854e
1 changed files with 1 additions and 1 deletions

View File

@ -1742,7 +1742,7 @@ u8 rtw_ps_cmd(struct adapter *padapter)
return res;
}
u32 g_wait_hiq_empty = 0;
u32 g_wait_hiq_empty;
static void rtw_chk_hi_queue_hdl(struct adapter *padapter)
{