aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pci-acpi.c')
-rw-r--r--drivers/pci/pci-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c
index ae5ec76dca77..2ed3f10d0860 100644
--- a/drivers/pci/pci-acpi.c
+++ b/drivers/pci/pci-acpi.c
@@ -375,7 +375,7 @@ static int acpi_pci_find_root_bridge(struct device *dev, acpi_handle *handle)
375 * The string should be the same as root bridge's name 375 * The string should be the same as root bridge's name
376 * Please look at 'pci_scan_bus_parented' 376 * Please look at 'pci_scan_bus_parented'
377 */ 377 */
378 num = sscanf(dev->bus_id, "pci%04x:%02x", &seg, &bus); 378 num = sscanf(dev_name(dev), "pci%04x:%02x", &seg, &bus);
379 if (num != 2) 379 if (num != 2)
380 return -ENODEV; 380 return -ENODEV;
381 *handle = acpi_get_pci_rootbridge_handle(seg, bus); 381 *handle = acpi_get_pci_rootbridge_handle(seg, bus);