Re: [PATCH v2 1/4] PCI: add pci_get_domain_bus_and_slot function

From: Jesse Barnes
Date: Wed Nov 04 2009 - 12:26:07 EST


On Mon, 12 Oct 2009 13:14:00 -0600
Andrew Patterson <andrew.patterson@xxxxxx> wrote:

> PCI: add pci_get_domain_bus_and_slot function
>
> Added the pci_get_domain_and_slot_function which is analogous to
> pci_get_bus_and_slot. It returns a pci_dev given a domain (segment)
> number, bus number, and devnr. Like pci_get_bus_and_slot,
> pci_get_domain_bus_and_slot holds a reference to the returned pci_dev.
>
> Converted pci_get_bus_and_slot to a wrapper that calls
> pci_get_domain_bus_and_slot with the domain hard-coded to 0.
>
> This routine was patterned off code suggested by Bjorn Helgaas.

Applied this series, thanks Andrew.

--
Jesse Barnes, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/