OSDN Git Service

wilc1000: wilc_wfi_cfgoperations.c: Fixed initialization of global boolean.
authorDaniel Machon <dmachon.dev@gmail.com>
Tue, 4 Aug 2015 22:09:35 +0000 (00:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Aug 2015 00:28:14 +0000 (17:28 -0700)
commit7fc80964e80bcf93cff0f7ba2aa8095d48f940d6
treef63f6f8b8e531f37f007aac636c88d0ac93aade2
parent6255049d397b28fdedab0b6c5f85072b3177e4a4
wilc1000: wilc_wfi_cfgoperations.c: Fixed initialization of global boolean.

Globals are initialized to zero or NULL by GCC. No need to explicitly initialize them.

Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c