linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matteo Croce <matteo@openwrt.org>
To: ath10k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Matteo Croce <matteo@openwrt.org>
Subject: [PATCH] ath10k: ATH10K_DEBUGFS depends on DEBUG_FS
Date: Thu,  4 Sep 2014 14:51:09 +0200	[thread overview]
Message-ID: <1409835069-2246-1-git-send-email-matteo@openwrt.org> (raw)

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>
---
 drivers/net/wireless/ath/ath10k/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig
index 1053bb5..72acb82 100644
--- 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
-- 
2.1.0


             reply	other threads:[~2014-09-04 12:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 12:51 Matteo Croce [this message]
2014-09-10 11:23 ` [PATCH] ath10k: ATH10K_DEBUGFS depends on DEBUG_FS Kalle Valo
  -- strict thread matches above, loose matches on Subject: below --
2014-09-04  8:50 Matteo Croce
2014-09-04 10:04 ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1409835069-2246-1-git-send-email-matteo@openwrt.org \
    --to=matteo@openwrt.org \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).