Message ID | 51B1FC83.7090402@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Fri, Jun 7, 2013 at 9:30 AM, Jiang Liu <liuj97@gmail.com> wrote: > On 06/07/2013 10:37 PM, Konrad Rzeszutek Wilk wrote: >> On Fri, Jun 07, 2013 at 12:32:28AM +0800, Jiang Liu wrote: >>> On Thu 06 Jun 2013 04:04:36 AM CST, Bjorn Helgaas wrote: >>>> [+cc Konrad, Jeremy, xen-devel (users of interface you're deprecating)] >>>> >>>> On Sat, May 25, 2013 at 7:48 AM, Jiang Liu <liuj97@gmail.com> wrote: >>>>> Mark pci_scan_bus_parented() as __deprecated and clean up outdated >>>>> comments. I dropped this patch (marking pci_scan_bus_parented() as __deprecated) from the series for now. When the xen-pcifront stuff gets resolved, we can deprecate the interface at the same time. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 79ad229..b5e0e66 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c @@ -556,7 +556,7 @@ static void pcifront_free_roots(struct pcifront_device *pdev) dev_dbg(&pdev->xdev->dev, "cleaning up root buses\n"); - for_each_pci_root_bus(bus) { + list_for_each_entry(bus, &pci_root_buses, node) { sd = bus->sysdata; if (sd->pdev == pdev) {