|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] MSI-X capability fixup
Fixup MSX-X capability handling so that code compiles properly.
Signed-off-by: Espen Skoglund <espen.skoglund@xxxxxxxxxxxxx>
--
diff -r 71f7946a387f drivers/xen/pciback/conf_space_capability_msi.c
--- a/drivers/xen/pciback/conf_space_capability_msi.c Fri Jul 04 11:22:33
2008 +0100
+++ b/drivers/xen/pciback/conf_space_capability_msi.c Fri Jul 04 11:55:56
2008 +0100
@@ -46,8 +46,8 @@
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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] MSI-X capability fixup,
Espen Skoglund <=
|
|
|
|
|