From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from emailhub.stusta.mhn.de ([141.84.69.5]:58768 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759062AbXJOM4P (ORCPT ); Mon, 15 Oct 2007 08:56:15 -0400 Date: Mon, 15 Oct 2007 14:56:44 +0200 From: Adrian Bunk To: WANG Cong Cc: mb@bu3sch.de, st3@riseup.net, Larry.Finger@lwfinger.net, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [-mm Patch] drivers/net/wireless/b43/main.c: fix an uninitialized variable Message-ID: <20071015125644.GB5417@stusta.de> (sfid-20071015_135618_347048_28016E47) References: <20071014175142.GN4211@stusta.de> <20071015113445.GO2444@hacking> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20071015113445.GO2444@hacking> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Oct 15, 2007 at 07:34:45PM +0800, WANG Cong wrote: > > Fix an uninitialized variable in drivers/net/wireless/b43/main.c::b43_start(). > > From: Adrian Bunk A technical remark regarding these two patches: These are your patches, not mine. You can note formally or informally that I reported/forwarded these issues, but I'm neither in a legal sense the author of these patches nor am I in a technical sense responsible for their correctness [1], and a From: tag is therefore not appropriate. > Signed-off-by: WANG Cong > > --- > drivers/net/wireless/b43/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: linux-2.6.23-mm1/drivers/net/wireless/b43/main.c > =================================================================== > --- linux-2.6.23-mm1.orig/drivers/net/wireless/b43/main.c > +++ linux-2.6.23-mm1/drivers/net/wireless/b43/main.c > @@ -3495,7 +3495,7 @@ static int b43_start(struct ieee80211_hw > struct b43_wl *wl = hw_to_b43_wl(hw); > struct b43_wldev *dev = wl->current_dev; > int did_init = 0; > - int err; > + int err = 0; > > mutex_lock(&wl->mutex); cu Adrian [1] they might or might not be correct (I don't know) -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed