diff options
| -rw-r--r-- | arch/x86/pci/xen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c index 82c62d689da8..48e8461057ba 100644 --- a/arch/x86/pci/xen.c +++ b/arch/x86/pci/xen.c | |||
| @@ -295,8 +295,7 @@ static int xen_initdom_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) | |||
| 295 | int pos; | 295 | int pos; |
| 296 | u32 table_offset, bir; | 296 | u32 table_offset, bir; |
| 297 | 297 | ||
| 298 | pos = pci_find_capability(dev, PCI_CAP_ID_MSIX); | 298 | pos = dev->msix_cap; |
| 299 | |||
| 300 | pci_read_config_dword(dev, pos + PCI_MSIX_TABLE, | 299 | pci_read_config_dword(dev, pos + PCI_MSIX_TABLE, |
| 301 | &table_offset); | 300 | &table_offset); |
| 302 | bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); | 301 | bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); |
