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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 46D0DC433E1 for ; Mon, 25 May 2020 04:01:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2AD7A20825 for ; Mon, 25 May 2020 04:01:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725832AbgEYEBN (ORCPT ); Mon, 25 May 2020 00:01:13 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:47294 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725306AbgEYEBN (ORCPT ); Mon, 25 May 2020 00:01:13 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 7A2F656DD459D6BF4860; Mon, 25 May 2020 12:01:11 +0800 (CST) Received: from [10.173.222.27] (10.173.222.27) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Mon, 25 May 2020 12:01:01 +0800 Subject: Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid() To: Hanjun Guo , , , Will Deacon CC: , , , , , References: <20200509093430.1983-1-yuzenghui@huawei.com> <3a2e10af-2999-89e4-fa21-95c1c6411a22@huawei.com> From: Zenghui Yu Message-ID: <8752dba8-68bf-254c-bb46-dd80d4cd3361@huawei.com> Date: Mon, 25 May 2020 12:00:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <3a2e10af-2999-89e4-fa21-95c1c6411a22@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/5/9 17:56, Hanjun Guo wrote: > On 2020/5/9 17:34, Zenghui Yu wrote: >> Since commit bc8648d49a95 ("ACPI/IORT: Handle PCI aliases properly for >> IOMMUs"), __get_pci_rid() has become actually unused and can be removed. >> >> Signed-off-by: Zenghui Yu > > Looks good to me, > > Acked-by: Hanjun Guo Hi Will, Could you please take this patch [*] into v5.8 (if it's not too late)? I've tried and it can be applied to for-next/acpi cleanly. [*] https://lore.kernel.org/linux-acpi/20200509093430.1983-1-yuzenghui@huawei.com/ Thanks, Zenghui