Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid()

2020-05-26 Thread Will Deacon
On Sat, 9 May 2020 17:34:30 +0800, 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. Applied to arm64 (for-next/acpi), thanks! [1/1] ACPI/IORT: Remove the unused __get_pci_rid()

Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid()

2020-05-26 Thread Lorenzo Pieralisi
On Sat, May 09, 2020 at 05:34:30PM +0800, 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 > --- > drivers/acpi/arm64/iort.c | 9 - > 1 file

Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid()

2020-05-24 Thread Zenghui Yu
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 Wi

Re: [PATCH] ACPI/IORT: Remove the unused __get_pci_rid()

2020-05-09 Thread Hanjun Guo
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

[PATCH] ACPI/IORT: Remove the unused __get_pci_rid()

2020-05-09 Thread Zenghui Yu
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 --- drivers/acpi/arm64/iort.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/acpi/arm64/iort.c b/drivers/