Home
last modified time | relevance | path

Searched hist:c1fe1f96e30d31cc99826f19a058d9e9eef87712 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/
H A Diov.cdiff c1fe1f96e30d31cc99826f19a058d9e9eef87712 Wed Mar 25 09:23:45 CET 2015 Bjorn Helgaas <bhelgaas@google.com> PCI: Index IOV resources in the conventional style

Most of PCI uses "res = &dev->resource[i]", not "res = dev->resource + i".
Use that style in iov.c also.

No functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>