Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234193
b: refs/heads/master
c: 55cb8cd
h: refs/heads/master
i:
  234191: 90cea0c
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Feb 18, 2011
1 parent f0cac22 commit 289b876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d4610527bc71d3f9eea520fc51a02d54f79dcd0
refs/heads/master: 55cb8cd45e0600df1473489518d7f12ce1bbe973
6 changes: 3 additions & 3 deletions trunk/arch/x86/pci/xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@ static int xen_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
goto error;
i = 0;
list_for_each_entry(msidesc, &dev->msi_list, list) {
irq = xen_allocate_pirq(v[i], 0, /* not sharable */
xen_allocate_pirq_msi(
(type == PCI_CAP_ID_MSIX) ?
"pcifront-msi-x" : "pcifront-msi");
"pcifront-msi-x" : "pcifront-msi",
&irq, &v[i], XEN_ALLOC_IRQ);
if (irq < 0) {
ret = -1;
goto free;
}

ret = set_irq_msi(irq, msidesc);
if (ret)
goto error_while;
Expand Down

0 comments on commit 289b876

Please sign in to comment.