[PATCH v1 1/3] PCI: xilinx: Configure PCIe MPS settings

Christoph Hellwig hch at infradead.org
Wed Feb 8 23:19:56 PST 2017


On Wed, Feb 08, 2017 at 04:49:30PM -0600, Bjorn Helgaas wrote:
> +	list_for_each_entry(child, &bus->children, node)
> +		pcie_bus_configure_settings(child);

This loop is duplicated in just about every driver, so it it
might be a good idea to provide a littler helper for it.



More information about the linux-arm-kernel mailing list