[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091211234017.GA11006@kroah.com>
Date: Fri, 11 Dec 2009 15:40:17 -0800
From: Greg KH <greg@...ah.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [GIT PATCH] STAGING patches for 2.6.33-git
On Fri, Dec 11, 2009 at 03:29:09PM -0800, Linus Torvalds wrote:
>
>
> On Fri, 11 Dec 2009, Greg KH wrote:
> >
> > Here is the big staging merge for the 2.6.33-git tree
>
> "B.A.T.M.A.N. Advanced Meshing Protocol"?
I just take the patches, I don't pick the names :)
> Oh, and I think I found a bug in BATMAN already: if you say 'no' to him,
> he still asks whether you want to debug him.
>
> Please, Greg, teach BATMAN that "No means no!".
Doh, I have a patch for that around here from Randy, it didn't make it
in... Hm, no, he didn't send the patch, just pointed it out. Here it
is below, or you can pull from the same tree and get it:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/
thanks,
greg k-h
From: Greg Kroah-Hartman <gregkh@...e.de>
Subject: [PATCH] Staging: batman: fix debug Kconfig option
The debug batman option needs to depend on the correct
config option.
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig
index b9742e7..7632f57 100644
--- a/drivers/staging/batman-adv/Kconfig
+++ b/drivers/staging/batman-adv/Kconfig
@@ -15,7 +15,7 @@ config BATMAN_ADV
config BATMAN_DEBUG
bool "B.A.T.M.A.N. debugging"
- depends on BATMAN != n
+ depends on BATMAN_ADV != n
help
This is an option for use by developers; most people should
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists