Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932321Ab0HCPuS (ORCPT ); Tue, 3 Aug 2010 11:50:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:38057 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932204Ab0HCPuP (ORCPT ); Tue, 3 Aug 2010 11:50:15 -0400 Date: Tue, 3 Aug 2010 08:46:15 -0700 From: Greg KH To: Alan Stern Cc: Valdis.Kletnieks@vt.edu, "Justin P. Mattock" , linux-usb@vger.kernel.org, dbrownell@users.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2]drivers/usb/core/sysfs.c Fix variable 'retval' set but not used Message-ID: <20100803154615.GA32034@suse.de> References: <66093.1280848412@localhost> 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 Content-Length: 1006 Lines: 25 On Tue, Aug 03, 2010 at 11:34:26AM -0400, Alan Stern wrote: > On Tue, 3 Aug 2010 Valdis.Kletnieks@vt.edu wrote: > > > > Failure to create a file in sysfs is almost never fatal and usually not > > > even dangerous. Ignoring the error is generally better than failing > > > the entire operation. > > > > Then why the __must_check attribute if it's usually ignorable? I thought > > that was reserved for functions that you damned sight better well check > > for errors because bad things are afoot otherwise? > > That's a good question. Perhaps Greg KH knows the answer. You should check the return value for that function. To not do that is a bug. This one looks like it snuck through. Fixing it properly is the correct thing to do. thanks, greg k-h -- 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/