Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757403AbYJPVWz (ORCPT ); Thu, 16 Oct 2008 17:22:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755196AbYJPVWq (ORCPT ); Thu, 16 Oct 2008 17:22:46 -0400 Received: from g4t0017.houston.hp.com ([15.201.24.20]:18892 "EHLO g4t0017.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752941AbYJPVWp (ORCPT ); Thu, 16 Oct 2008 17:22:45 -0400 Date: Thu, 16 Oct 2008 15:22:44 -0600 From: Alex Chiang To: Adrian Bunk Cc: Tejun Heo , jeff@redhat.com, linux-ide@vger.kernel.org, linux-kernel Subject: Re: [PATCH] stop gcc warning about uninitialized 'dev' in ata_scsi_scan_host Message-ID: <20081016212244.GB18274@ldl.fc.hp.com> Mail-Followup-To: Alex Chiang , Adrian Bunk , Tejun Heo , jeff@redhat.com, linux-ide@vger.kernel.org, linux-kernel References: <20081015232505.GB9272@ldl.fc.hp.com> <48F6A2E7.5090005@kernel.org> <20081016034042.GA27621@ldl.fc.hp.com> <20081016061638.GA23630@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081016061638.GA23630@cs181140183.pp.htv.fi> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1525 Lines: 42 * Adrian Bunk : > On Wed, Oct 15, 2008 at 09:40:42PM -0600, Alex Chiang wrote: > > * Tejun Heo : > > > Alex Chiang wrote: > > > > Shuts up gcc-3.4.5-glibc-2.3.6 when it complains of: > > > > > > > > drivers/ata/libata-scsi.c: In function `ata_scsi_scan_host': > > > > drivers/ata/libata-scsi.c:3225: warning: 'dev' might be used > > > > uninitialized in this function > > > > > > > > Signed-off-by: Alex Chiang > > > > > > Nacked-by: Tejun Heo > > > > > > Some gcc versions complain about sata_via, others complain > > > about something else. Some versions complain about some > > > iterator usages while not complaining about others, but none of > > > those complaints is actually wrong or dangerous. I don't think > > > adding = NULL whenever some version of gcc complains is the > > > right approach. > > > > Hm, ok. > > > > I guess we don't want to sprinkle these around all over the place > > just to solve cosmetic issues, which makes sense, but is there > > some other approach we could take instead? Any suggestions? Or > > just live with it? > > We have an annotation for these kinds of warnings in the kernel. Oh, is it this? from linux/compiler-gcc3.h #define uninitialized_var(x) x = x /ac -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/