From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build warning after merge of the usb tree Date: Tue, 11 Sep 2018 10:12:51 +0200 Message-ID: <20180911081251.GC8963@kroah.com> References: <20180911124743.558e33dc@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180911124743.558e33dc@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Sebastian Andrzej Siewior List-Id: linux-next.vger.kernel.org On Tue, Sep 11, 2018 at 12:47:43PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/usb/core/hcd.c: In function '__usb_hcd_giveback_urb': > drivers/usb/core/hcd.c:1741:16: warning: unused variable 'flags' [-Wunused-variable] > unsigned long flags; > ^~~~~ > > Introduced by commit > > ed194d136769 ("usb: core: remove local_irq_save() around ->complete() handler") Ugh, sorry I missed this :(