On Tue, May 14, 2013 at 9:51 AM, Jiang Liu <[email protected]> wrote: > Enhance PCI hotplug drivers to use hotplug-safe iterators to walk > PCI buses. > > In other words, replace pci_find_bus(), pci_find_next_bus() and > pci_root_buses with pci_bus_exists(), pci_get_bus(), pci_get_next_bus() > and pci_get_next_root_bus() etc. > > Signed-off-by: Jiang Liu <[email protected]> > Cc: Yinghai Lu <[email protected]> > Cc: Jiri Kosina <[email protected]> > Cc: Masanari Iida <[email protected]> > Cc: "Rafael J. Wysocki" <[email protected]> > Cc: Toshi Kani <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > drivers/pci/hotplug-pci.c | 2 +- > drivers/pci/hotplug/ibmphp_core.c | 8 +++++--- > drivers/pci/hotplug/ibmphp_ebda.c | 8 ++++++-- > drivers/pci/hotplug/sgi_hotplug.c | 3 ++- > drivers/pci/hotplug/shpchp_sysfs.c | 2 +- > 5 files changed, 15 insertions(+), 8 deletions(-)
Acked-by: Yinghai Lu <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

