From: Bjorn Helgaas Date: Wed, 25 Mar 2015 08:23:45 +0000 (+0800) Subject: PCI: Index IOV resources in the conventional style X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~7^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fe1f96e30d31cc99826f19a058d9e9eef87712;p=pandora-kernel.git 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 Acked-by: Wei Yang Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed