[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-4.0-testing] x86: fix a benign typo



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1279183740 -3600
# Node ID 3bb6759b167cbcb0cdf610d14fdaa17df4c17c73
# Parent  020f5f799f46bccf6ea2c87609b04c9d2bb38c4f
x86: fix a benign typo

Just to avoid confusing readers - no functional change.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
xen-unstable changeset:   21777:a63e4c2d9ae4
xen-unstable date:        Mon Jul 12 10:43:10 2010 +0100
---
 xen/arch/x86/msi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 020f5f799f46 -r 3bb6759b167c xen/arch/x86/msi.c
--- a/xen/arch/x86/msi.c        Thu Jul 15 09:48:12 2010 +0100
+++ b/xen/arch/x86/msi.c        Thu Jul 15 09:49:00 2010 +0100
@@ -676,7 +676,7 @@ static int __pci_enable_msix(struct msi_
         return -ENODEV;
 
     pos = pci_find_cap_offset(msi->bus, slot, func, PCI_CAP_ID_MSIX);
-    control = pci_conf_read16(msi->bus, slot, func, msi_control_reg(pos));
+    control = pci_conf_read16(msi->bus, slot, func, msix_control_reg(pos));
     nr_entries = multi_msix_capable(control);
     if (msi->entry_nr >= nr_entries)
         return -EINVAL;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.