Re: [GIT PATCH] STAGING patches for 2.6.33-git

From: Randy Dunlap
Date: Fri Dec 11 2009 - 19:25:23 EST


On Fri, 11 Dec 2009 15:40:17 -0800 Greg KH wrote:

> 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/
>

but one of the maintainers did you send a patch for this...


> thanks,
>
> greg k-h
>
> From: Greg Kroah-Hartman <gregkh@xxxxxxx>
> 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@xxxxxxx>
>
> 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
> _______________________________________________


---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/