mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 00:25:24 -04:00
Staging:rtl8723bs static variables are always 0
C standard guarantees that: global and static variables will be implicitly initialized to 0 or NULL if no explicit initializer is given. Signed-off-by: Paul McQuade <paulmcquad@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aaea2164bd
commit
fcd353bc8b
@@ -19,7 +19,7 @@
|
||||
|
||||
#ifdef PROC_DEBUG
|
||||
|
||||
static struct proc_dir_entry *rtw_proc = NULL;
|
||||
static struct proc_dir_entry *rtw_proc;
|
||||
|
||||
#define RTW_PROC_NAME "rtl8723bs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user