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 CECBDC47247 for ; Sat, 9 May 2020 09:57:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B5CA1217BA for ; Sat, 9 May 2020 09:57:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726913AbgEIJ5A (ORCPT ); Sat, 9 May 2020 05:57:00 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:4318 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725989AbgEIJ47 (ORCPT ); Sat, 9 May 2020 05:56:59 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 2FC11136FA923CE6980A; Sat, 9 May 2020 17:56:56 +0800 (CST) Received: from [127.0.0.1] (10.166.213.93) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.487.0; Sat, 9 May 2020 17:56:49 +0800 Subject: Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid() To: Zenghui Yu , , CC: , , , , , References: <20200509093430.1983-1-yuzenghui@huawei.com> From: Hanjun Guo Message-ID: <3a2e10af-2999-89e4-fa21-95c1c6411a22@huawei.com> Date: Sat, 9 May 2020 17:56:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200509093430.1983-1-yuzenghui@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Originating-IP: [10.166.213.93] 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: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