mirror of https://gitee.com/openkylin/linux.git
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:
parent
d3127c7a7c
commit
64b8e6854e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue