Just to avoid confusing readers - no functional change. Signed-off-by: Jan Beulich --- 2010-06-15.orig/xen/arch/x86/msi.c 2010-03-26 10:19:56.000000000 +0100 +++ 2010-06-15/xen/arch/x86/msi.c 2010-07-09 14:03:28.000000000 +0200 @@ -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;