diff options
Diffstat (limited to 'arch/x86/pci/xen.c')
-rw-r--r-- | arch/x86/pci/xen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c index ff0068b8ce5e..1819a91bbb9f 100644 --- a/arch/x86/pci/xen.c +++ b/arch/x86/pci/xen.c | |||
@@ -240,7 +240,7 @@ static int xen_hvm_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) | |||
240 | goto error; | 240 | goto error; |
241 | } | 241 | } |
242 | xen_msi_compose_msg(dev, pirq, &msg); | 242 | xen_msi_compose_msg(dev, pirq, &msg); |
243 | __write_msi_msg(msidesc, &msg); | 243 | __pci_write_msi_msg(msidesc, &msg); |
244 | dev_dbg(&dev->dev, "xen: msi bound to pirq=%d\n", pirq); | 244 | dev_dbg(&dev->dev, "xen: msi bound to pirq=%d\n", pirq); |
245 | } else { | 245 | } else { |
246 | dev_dbg(&dev->dev, | 246 | dev_dbg(&dev->dev, |