staging: rtl8712: remove assignment of 0 to a static global variable
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 23 Sep 2012 16:57:21 +0000 (12:57 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:23:31 +0000 (09:23 -0700)
commite1656648c920984005019cf39b00b43d2d47b49f
tree314bbc7be3004a6cb1fd4d4ce3687436bd034cda
parent55e7b4fbd47a510b6c8ca53eaf7d9dff816cd26c
staging: rtl8712: remove assignment of 0 to a static global variable

fixes the following checkpatch warning:

drivers/staging/rtl8712/os_intfs.c:99: ERROR: do not initialise statics
to 0 or NULL

as statics are always initialised to 0.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/os_intfs.c