Re: [PATCH v10 5/8] PCI: Define a function to set ACPI_COMPANION in pci_dev

From: Alex Williamson
Date: Mon Jul 12 2021 - 18:29:51 EST


On Fri, 9 Jul 2021 18:08:10 +0530
Amey Narkhede <ameynarkhede03@xxxxxxxxx> wrote:

> From: Shanker Donthineni <sdonthineni@xxxxxxxxxx>
>
> Move the existing code logic from acpi_pci_bridge_d3() to a separate
> function pci_set_acpi_fwnode() to set the ACPI fwnode.
>
> No functional change with this patch.
>
> Signed-off-by: Shanker Donthineni <sdonthineni@xxxxxxxxxx>
> ---
> drivers/pci/pci-acpi.c | 12 ++++++++----
> drivers/pci/pci.h | 2 ++
> 2 files changed, 10 insertions(+), 4 deletions(-)

Reviewed-by: Alex Williamson <alex.williamson@xxxxxxxxxx>