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=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 4B076C433E0 for ; Tue, 5 Jan 2021 18:10:02 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E2A7422CB3 for ; Tue, 5 Jan 2021 18:10:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2A7422CB3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vmufyiyIcgpIRLmP0JnFhnTldRLw8NUjm/9MTew5VE0=; b=pG2UQ7xEupezCsU5Y+4Y1Z7kN DMHAwtcOqPvkVsCOfHIRHssYAGLUArjSGAeDJCTwtF7vZMBtC7YNFb1d6nYElyf5nO70U7Usse3cV VJkwZQbcghOotSKyMEQuUYEgO53hzPpzUisEAywMPVSqKLE46yLUaGbV5tDMMUvhn4/EpWjI7qCp3 w4SbC3Z+eH+Ten5rzBKCa3IKq8tqtcNhxMLCU0qMO+KGPjlwUYW9/JrLQvlYYjxdP8UwiyyKAZ6U6 i8j9hvBbcqIm29i2A7rfghA+QXhPxlTsD49nLPrvoF39uRb2SJrZuDUeDC6vXizzb6Eh8GZSB7x5L 2Aoi9AUaQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwql9-0002kZ-LA; Tue, 05 Jan 2021 18:08:43 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kwql5-0002iz-S1 for linux-arm-kernel@lists.infradead.org; Tue, 05 Jan 2021 18:08:40 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id D336F22CB3; Tue, 5 Jan 2021 18:08:37 +0000 (UTC) Date: Tue, 5 Jan 2021 18:08:35 +0000 From: Catalin Marinas To: David Brazdil Subject: Re: [PATCH] arm64: Remove unused variable in arch_show_interrupts Message-ID: <20210105180835.GF11802@gaia> References: <20210105180314.64613-1-dbrazdil@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210105180314.64613-1-dbrazdil@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210105_130840_007550_1E0CD427 X-CRM114-Status: GOOD ( 10.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marc Zyngier , Thomas Gleixner , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jan 05, 2021 at 06:03:14PM +0000, David Brazdil wrote: > Commit 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in > arch_show_interrupts()") removed the only user of variable `irq`. > Remove the unused variable. > > Signed-off-by: David Brazdil Please search the list for similar patches. I can count 5-6 and the number is growing ;) (and I queued one already). -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel