From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14423C31E57 for ; Mon, 17 Jun 2019 13:07:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7712208C0 for ; Mon, 17 Jun 2019 13:07:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560776858; bh=YEze8d0ugX/o37Qat8tEvyzluGQMF4GPJRGRLiubo7A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=se/iN/68X+0NG13WCHRISf4GLDU4qvrJqeWbnjSH8CugaOh/30xWGOHYDqRuI+mWl R6GDRbRRY/LLnzVbYWRPXJft6AZzQ4hPTdiajGBrwUuPdYiD0kSUketDmer/SsnDkI MtxKk5KVJ+AIjIDWqOD1KdTXl7FDkXjcb7WNOw10= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbfFQNHh (ORCPT ); Mon, 17 Jun 2019 09:07:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:38044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725983AbfFQNHh (ORCPT ); Mon, 17 Jun 2019 09:07:37 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 25B9720861; Mon, 17 Jun 2019 13:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560776856; bh=YEze8d0ugX/o37Qat8tEvyzluGQMF4GPJRGRLiubo7A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T8IcNFQif6dtxeAQFZKGxX3KZE+HknYXD1IUtwMVufd9JJqg7lIVaSVTEjJir+Rab SuMnirjeUS+oQBFYUxHnUQhxHi58+DwOwEdO1D9ysmVnAOAziOQszhXuyYVHA9lUZ+ rMqfHFhPYT1DTT3aoqSd64zw4agHKe7c7Ldjsw8Y= Date: Mon, 17 Jun 2019 15:07:34 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Paul Walmsley , Aaro Koskinen , Tony Lindgren , Russell King , Kevin Hilman , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH, for GregKH] ARM: omap1: remove unused variable Message-ID: <20190617130734.GA15784@kroah.com> References: <20190617125521.1553103-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617125521.1553103-1-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 17, 2019 at 02:55:02PM +0200, Arnd Bergmann wrote: > The cleanup of the debugfs functions left one variable behind that > should now be removed as well: > > arch/arm/mach-omap1/clock.c:1008:6: error: unused variable 'err' [-Werror,-Wunused-variable] > > Fixes: d5ddd5a51726 ("arm: omap1: no need to check return value of debugfs_create functions") > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-omap1/clock.c | 1 - > 1 file changed, 1 deletion(-) Oops, sorry about that, odd that 0-day never reported it :( I'll go queue this up now, thanks. greg k-h