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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E9369C433EF for ; Tue, 8 Feb 2022 15:00:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=ib6lMM9kyBEX7ykLjmJ6xZDnNmtxNLf4vU/K5npQ1Zs=; b=yijcniNOTxbk5p 7BeZSjFiJmz2fVLSW3D0rVjosd3zADhge/+P+m6T+BP8ktWUrcLQzTVmVzxzgFgo3Uv+Y1LHpEwqF PlV8zh2XZmrX5hxFPVxUuj8LlXxmPKQPdj54eiwzVwXjKcW0mXz/skok4hudjhOEQBhkjEjSKvWIL FysKcnu9st7tV7/C9dS89u3Wp24QhK/OgefUXWMTH7Gihbb601yfCCyz7RnYEo7md+Dm+PHhDjVG3 V1pYqCWFwzgwYj9U2ndNIMeswKRzTCG//NKyIAGRj3goIhglq5gkgvW01LKBqArSlbt9FCFMPFrcp MPpnd8VGK0pJmeoWlN8g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHRxl-00ELbl-Ig; Tue, 08 Feb 2022 14:59:25 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHRxi-00ELak-8b for linux-arm-kernel@lists.infradead.org; Tue, 08 Feb 2022 14:59:23 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 854B8CE1A6B; Tue, 8 Feb 2022 14:59:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE62EC004E1; Tue, 8 Feb 2022 14:59:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644332359; bh=Iim13+wcx981IoY7NRzgqa8/7u5WZQqNYlLSJorSXks=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UMXP7aUBlb95gFYFfHb/yPk7LWsddKdFfODPOlQA0cMK0msU6buVrRCiZm0UXb5Yn 2u8Lw6pSQRS64JVeRlVQG2JKN3QAENR0vJcYgarZeNQsrctbjwfg/EC4Vt1XJCYBSX 4+ukfX6wwlitI92eCzYUcPflueFr2I2gaAuw73ZcjKIPXgfT55U3f5S9cLZKtomNLj AMzk942YK6jytoYT0BYUVTWEbfPu2vjNUe0SUyNxUJZ3ysZppfe/XpbBEpTvjLRFUm WzJMlwsmeY5zgul5ir19GmKDkGNLHKKuthpq8NBGBc65MTGYsBZ3CdNwngJfOBMV1k a6AnGTtd8PxOg== Date: Tue, 8 Feb 2022 14:59:13 +0000 From: Will Deacon To: "Rafael J. Wysocki" Cc: Mark Rutland , Khuong Dinh , LKML , Linux ACPI , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] perf: Replace acpi_bus_get_device() Message-ID: <20220208145913.GA1802@willie-the-truck> References: <10025610.nUPlyArG6x@kreacher> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <10025610.nUPlyArG6x@kreacher> 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-20220208_065922_497163_B0DFA5F8 X-CRM114-Status: GOOD ( 12.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Hi Rafael, On Tue, Feb 01, 2022 at 08:10:01PM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Replace acpi_bus_get_device() that is going to be dropped with > acpi_fetch_acpi_dev(). > > No intentional functional impact. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/perf/thunderx2_pmu.c | 6 ++---- > drivers/perf/xgene_pmu.c | 6 ++---- > 2 files changed, 4 insertions(+), 8 deletions(-) Acked-by: Will Deacon Please let me know if you'd like me to take this for 5.18. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel