Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3669868 authored by Jiang Liu's avatar Jiang Liu Committed by Rafael J. Wysocki
Browse files

ACPI/PCI: Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set



Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set to keep
consistence between ACPI PCI root device and PCI host bridge device.

Acked-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarJiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2c204383
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -401,7 +401,7 @@ struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root)
	int node;
	int node;


	if (pci_ignore_seg)
	if (pci_ignore_seg)
		domain = 0;
		root->segment = domain = 0;


	if (domain && !pci_domains_supported) {
	if (domain && !pci_domains_supported) {
		printk(KERN_WARNING "pci_bus %04x:%02x: "
		printk(KERN_WARNING "pci_bus %04x:%02x: "