wlcore: no need to initialise statics to false
authorJason Wang <wangborong@cdjrlc.com>
Sat, 13 Nov 2021 06:35:51 +0000 (14:35 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 29 Nov 2021 10:44:10 +0000 (12:44 +0200)
commitfa4408b0799a7d52ec0b28f97ab0a93401e8e83f
tree3ee2056be893bcfe7e20dbc82e758c11f4997848
parentf1cb3476e48b60c450ec3a1d7da0805bffc6e43a
wlcore: no need to initialise statics to false

Static variables do not need to be initialized to false. The
compiler will do that.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211113063551.257804-1-wangborong@cdjrlc.com
drivers/net/wireless/ti/wlcore/sdio.c