commit | 1248d636122e4ec9d7802b850904e3bb48a0da23 | [log] [tgz] |
---|---|---|
author | Kristen Accardi <kristen.c.accardi@intel.com> | Fri Aug 05 12:16:06 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Sep 08 14:57:24 2005 -0700 |
tree | ca41930bb82ce02147f58df7b288fdf8a6b3e9b2 | |
parent | 346d38823b59d65c3c1365971776b52e0661b7e5 [diff] |
[PATCH] PCI Hotplug: use bus_slot number for name For systems with multiple hotplug controllers, you need to use more than just the slot number to uniquely name the slot. Without a unique slot name, the pci_hp_register() will fail. This patch adds the bus number to the name. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>