mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 13:27:57 +02:00
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:
parent
f1cb3476e4
commit
fa4408b079
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user