[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] pciback: Fix the build.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1215079433 -3600 # Node ID 999b88699ca41f85f0f7a35d86126d5ae7997522 # Parent 88e01408ec0da0c406fde22a0003bd870144f180 pciback: Fix the build. Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@xxxxxxxxxxxxx> --- drivers/xen/pciback/conf_space_capability_msi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 88e01408ec0d -r 999b88699ca4 drivers/xen/pciback/conf_space_capability_msi.c --- a/drivers/xen/pciback/conf_space_capability_msi.c Thu Jul 03 09:17:36 2008 +0100 +++ b/drivers/xen/pciback/conf_space_capability_msi.c Thu Jul 03 11:03:53 2008 +0100 @@ -46,8 +46,8 @@ int pciback_enable_msix(struct pciback_d int i; for (i = 0; i < op->value; i++) { - entries[i].entry = op.msix_entries[i].entry; - entries[i].vector = op.msix_entries[i].vector; + entries[i].entry = op->msix_entries[i].entry; + entries[i].vector = op->msix_entries[i].vector; } result = pci_enable_msix(dev, entries, op->value); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |