projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f8c83
)
ath10k: ATH10K_DEBUGFS depends on DEBUG_FS
author
Matteo Croce
<matteo@openwrt.org>
Thu, 4 Sep 2014 12:51:09 +0000
(14:51 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 10 Sep 2014 11:17:45 +0000
(14:17 +0300)
ATH10K_DEBUGFS must depend on DEBUG_FS, otherwise
ath10k will generate an invalid pointer on module load.
Signed-off-by: Matteo Croce <matteo@openwrt.org>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/Kconfig
b/drivers/net/wireless/ath/ath10k/Kconfig
index
1053bb5
..
72acb82
100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/Kconfig
+++ b/
drivers/net/wireless/ath/ath10k/Kconfig
@@
-24,7
+24,7
@@
config ATH10K_DEBUG
config ATH10K_DEBUGFS
bool "Atheros ath10k debugfs support"
- depends on ATH10K
+ depends on ATH10K
&& DEBUG_FS
select RELAY
---help---
Enabled debugfs support