On Tue, May 14, 2013 at 9:51 AM, Jiang Liu <liu...@gmail.com> 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 <jiang....@huawei.com> > Cc: Yinghai Lu <ying...@kernel.org> > Cc: Jiri Kosina <jkos...@suse.cz> > Cc: Masanari Iida <standby2...@gmail.com> > Cc: "Rafael J. Wysocki" <rafael.j.wyso...@intel.com> > Cc: Toshi Kani <toshi.k...@hp.com> > Cc: linux-...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > 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 <ying...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/