From c1fe1f96e30d31cc99826f19a058d9e9eef87712 Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas Date: Wed, 25 Mar 2015 16:23:45 +0800 Subject: [PATCH] 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-format-patch failed