From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935153AbZLKXlG (ORCPT ); Fri, 11 Dec 2009 18:41:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934993AbZLKXk5 (ORCPT ); Fri, 11 Dec 2009 18:40:57 -0500 Received: from kroah.org ([198.145.64.141]:46893 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934338AbZLKXkW (ORCPT ); Fri, 11 Dec 2009 18:40:22 -0500 Date: Fri, 11 Dec 2009 15:40:17 -0800 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [GIT PATCH] STAGING patches for 2.6.33-git Message-ID: <20091211234017.GA11006@kroah.com> References: <20091211212704.GC6624@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 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