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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 971DEC433F5 for ; Thu, 10 Feb 2022 13:50:37 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id AE0DA1926; Thu, 10 Feb 2022 14:49:45 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz AE0DA1926 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1644501035; bh=pkJgMwC0UXrEQU6Z3PROxsQ48Zm/YeCFFMRVynxtPPw=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=hHYTBgBrMVchiGmbUtWpcsmFZtj9tYEO25/tbW6Yj+2iAFPg7zMULCQcsf305ddYX C2/WITiMht9KwMcFkmg5l7NawigFX5PNUft8lSCqqKVAyTphnzYnauhj7wVeZ7xThO JIL4laIsDmcSzRUfgwE0F5kc6kJ7U4EIJL8Z+PrI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 31F89F804FD; Thu, 10 Feb 2022 14:49:35 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7E9ECF804FF; Thu, 10 Feb 2022 14:49:33 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 5C6CEF804AC for ; Thu, 10 Feb 2022 14:49:28 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 5C6CEF804AC Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r7X5atbB" 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 ams.source.kernel.org (Postfix) with ESMTPS id D06F4B8255B; Thu, 10 Feb 2022 13:49:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B80A6C004E1; Thu, 10 Feb 2022 13:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644500966; bh=pkJgMwC0UXrEQU6Z3PROxsQ48Zm/YeCFFMRVynxtPPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r7X5atbBQeGFHdpXiuGJuhrjoPRGK0GDDKZ/8j6PhszIGaFInpNoGJrzR2R9BqLbN RxD1kZK8dZ6+AFjOX0HfoyLWyOhrJpsqBMXNeiH5+3Q2cpe9ZrHZfA8YXPzcadD6v3 gGnXL+h9DkEkjMxx2EpCAgAGYUAXup8OhleRC+uefOL43PJxOVT5Iu4qbOtsK6Pyi/ fqMcy5L92CCDot20Ngm5ICRE+JJkpyqqHNcAic1K4snj3tiaW5AoPAwprePECjn/YK B3UNrMqzRS4AdbNK1PGtSvGW26kLpnbELxFlhufJSWU8rs8VpeySLqQhxfzAM/iW6q FsUDeG+ML267A== Date: Thu, 10 Feb 2022 19:19:22 +0530 From: Vinod Koul To: "Rafael J. Wysocki" Subject: Re: [PATCH] soundwire: Replace acpi_bus_get_device() Message-ID: References: <3173256.44csPzL39Z@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3173256.44csPzL39Z@kreacher> Cc: Linux ACPI , alsa-devel@alsa-project.org, Bard Liao , Pierre-Louis Bossart , LKML X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 26-01-22, 20:50, 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. Applied, thanks -- ~Vinod 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4417EC433EF for ; Thu, 10 Feb 2022 13:49:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233034AbiBJNt2 (ORCPT ); Thu, 10 Feb 2022 08:49:28 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242435AbiBJNt1 (ORCPT ); Thu, 10 Feb 2022 08:49:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16BCE137; Thu, 10 Feb 2022 05:49:29 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id CBEA8B82559; Thu, 10 Feb 2022 13:49:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B80A6C004E1; Thu, 10 Feb 2022 13:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644500966; bh=pkJgMwC0UXrEQU6Z3PROxsQ48Zm/YeCFFMRVynxtPPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r7X5atbBQeGFHdpXiuGJuhrjoPRGK0GDDKZ/8j6PhszIGaFInpNoGJrzR2R9BqLbN RxD1kZK8dZ6+AFjOX0HfoyLWyOhrJpsqBMXNeiH5+3Q2cpe9ZrHZfA8YXPzcadD6v3 gGnXL+h9DkEkjMxx2EpCAgAGYUAXup8OhleRC+uefOL43PJxOVT5Iu4qbOtsK6Pyi/ fqMcy5L92CCDot20Ngm5ICRE+JJkpyqqHNcAic1K4snj3tiaW5AoPAwprePECjn/YK B3UNrMqzRS4AdbNK1PGtSvGW26kLpnbELxFlhufJSWU8rs8VpeySLqQhxfzAM/iW6q FsUDeG+ML267A== Date: Thu, 10 Feb 2022 19:19:22 +0530 From: Vinod Koul To: "Rafael J. Wysocki" Cc: Bard Liao , Pierre-Louis Bossart , alsa-devel@alsa-project.org, LKML , Linux ACPI Subject: Re: [PATCH] soundwire: Replace acpi_bus_get_device() Message-ID: References: <3173256.44csPzL39Z@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3173256.44csPzL39Z@kreacher> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On 26-01-22, 20:50, 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. Applied, thanks -- ~Vinod