[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] x86: fix a benign typo
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1278927790 -3600 # Node ID a63e4c2d9ae4e27477a50d4bf06fcaeed7f1e72f # Parent 9fbcd7c2b396f0470b0e25be6e2c80bbe462da3b x86: fix a benign typo Just to avoid confusing readers - no functional change. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- xen/arch/x86/msi.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 9fbcd7c2b396 -r a63e4c2d9ae4 xen/arch/x86/msi.c --- a/xen/arch/x86/msi.c Mon Jul 12 10:41:48 2010 +0100 +++ b/xen/arch/x86/msi.c Mon Jul 12 10:43:10 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |