From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938994AbdLSJxT (ORCPT ); Tue, 19 Dec 2017 04:53:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37244 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933388AbdLSJxQ (ORCPT ); Tue, 19 Dec 2017 04:53:16 -0500 Date: Tue, 19 Dec 2017 10:53:17 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Sudeep Dutt , Ashutosh Dixit , Vasyl Gomonovych , linux-kernel@vger.kernel.org Subject: Re: [PATCH] misc: mic: remove unused label Message-ID: <20171219095317.GA13215@kroah.com> References: <20171215124759.2853872-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171215124759.2853872-1-arnd@arndb.de> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 15, 2017 at 01:47:27PM +0100, Arnd Bergmann wrote: > A cleanup left an unused label behind: > > drivers/misc/mic/vop/vop_vringh.c: In function 'vop_ioctl': > drivers/misc/mic/vop/vop_vringh.c:1001:1: error: label 'done' defined but not used [-Werror=unused-label] > > This cleans it up as well. > > Fixes: 30b7a2c19e29 ("misc: mic: Use memdup_user() as a cleanup") > Signed-off-by: Arnd Bergmann > --- > drivers/misc/mic/vop/vop_vringh.c | 1 - > 1 file changed, 1 deletion(-) Colin beat you to this by 2 days :)