]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] pciehp: Replace pci_find_slot() with pci_get_slot()
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Fri, 12 May 2006 02:22:24 +0000 (11:22 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 19 Jun 2006 21:13:23 +0000 (14:13 -0700)
commit56bfada3e1a25c0da6f4590a4b04c67ec10910c2
tree14df15811b0aed4b66ecdec8476b9edbda8d738b
parent466ee36b62b4b294ecf68a2eee2e18c6ff8c9be4
[PATCH] pciehp: Replace pci_find_slot() with pci_get_slot()

This patch replaces pci_find_slot() with pci_get_slot() in PCIEHP
driver. This patch enables PCI Express Hotplug on the system which has
multiple PCI domains.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Cc: Kristen Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/pciehp_pci.c