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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user