projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad61a82
)
ARM: wilc_debugfs.c: Disable wilc driver debug mode.
author
Josep Orga
<jorga@somdevices.com>
Sun, 22 Mar 2020 18:08:20 +0000
(19:08 +0100)
committer
Josep Orga
<jorga@somdevices.com>
Sun, 22 Mar 2020 18:08:20 +0000
(19:08 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
drivers/net/wireless/mchp/wilc_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mchp/wilc_debugfs.c
b/drivers/net/wireless/mchp/wilc_debugfs.c
index
791d933
..
751d6e8
100644
(file)
--- a/
drivers/net/wireless/mchp/wilc_debugfs.c
+++ b/
drivers/net/wireless/mchp/wilc_debugfs.c
@@
-9,9
+9,7
@@
#include "wilc_debugfs.h"
-atomic_t WILC_DEBUG_REGION = ATOMIC_INIT(INIT_DBG | GENERIC_DBG |
- CFG80211_DBG | HOSTAPD_DBG |
- PWRDEV_DBG);
+atomic_t WILC_DEBUG_REGION = ATOMIC_INIT(0);
#if defined(WILC_DEBUGFS)
static struct dentry *wilc_dir;