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
This commit is contained in:
Jason Wang
2021-11-13 14:35:51 +08:00
committed by Kalle Valo
parent f1cb3476e4
commit fa4408b079

View File

@@ -26,7 +26,7 @@
#include "wl12xx_80211.h"
#include "io.h"
static bool dump = false;
static bool dump;
struct wl12xx_sdio_glue {
struct device *dev;