staging: rtl8723bs: Do not initialise statics to 0
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Sat, 9 Sep 2017 15:01:21 +0000 (20:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:26 +0000 (16:35 +0200)
commit322e704979f14a8d1b958a68a7b6ed5733ae98bf
tree8b90f6493c5843b1c4ac43aae0e9c3007bac2369
parent2ef2b7c21fc8772d68369af96fe45c09c46aca30
staging: rtl8723bs: Do not initialise statics to 0

Static variables are initialised to 0 by gcc

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/os_intfs.c