From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: usb.current tree build warnings Date: Sun, 12 Jul 2009 19:10:34 -0700 Message-ID: <20090713021034.GA19267@kroah.com> References: <20090713113826.073e7bb4.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:35943 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752185AbZGMCLH (ORCPT ); Sun, 12 Jul 2009 22:11:07 -0400 Content-Disposition: inline In-Reply-To: <20090713113826.073e7bb4.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Stern On Mon, Jul 13, 2009 at 11:38:26AM +1000, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next build (x86_64 allmodconfig) produced this warning: > > drivers/usb/serial/option.c: In function 'option_instat_callback': > drivers/usb/serial/option.c:834: warning: unused variable 'serial' > drivers/usb/serial/option.c: In function 'option_open': > drivers/usb/serial/option.c:930: warning: unused variable 'serial' > > Introduced by commit d9860b9ea060492b9ce239c6317f65db1d96ffb9 ("USB: > option: remove unnecessary and erroneous code"). Hm, I thought I had fixed that up in a later patch. But you are right, it should be addressed in this patch, I'll look at it tomorrow morning. thanks, greg k-h