Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432AbdLLLtv (ORCPT ); Tue, 12 Dec 2017 06:49:51 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44295 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751665AbdLLLts (ORCPT ); Tue, 12 Dec 2017 06:49:48 -0500 X-ME-Sender: Date: Tue, 12 Dec 2017 12:49:56 +0100 From: Greg KH To: Stephen Rothwell Cc: Arnd Bergmann , Linux-Next Mailing List , Linux Kernel Mailing List , Vasyl Gomonovych Subject: Re: linux-next: build warning after merge of the char-misc tree Message-ID: <20171212114956.GB23534@kroah.com> References: <20171212143910.146724d2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171212143910.146724d2@canb.auug.org.au> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 540 Lines: 18 On Tue, Dec 12, 2017 at 02:39:10PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the char-misc tree, today's linux-next build > (x86_64_allmodconfig) produced this warning: > > drivers/misc/mic/vop/vop_vringh.c: In function 'vop_ioctl': > drivers/misc/mic/vop/vop_vringh.c:1001:1: warning: label 'done' defined but not used [-Wunused-label] > done: > ^ > > Introduced by commit > > 30b7a2c19e29 ("misc: mic: Use memdup_user() as a cleanup") Thanks, Colin sent a patch for this, will queue it up later today. greg k-h