xen/irq: If we fail during msi_capability_init return proper error code.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 29 Sep 2011 17:26:45 +0000 (13:26 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 21:03:28 +0000 (17:03 -0400)
commite6599225db36bbdc991d1cc8fbfcacb24f86cdb5
treeaf43d45cf1fef289e01af0d317ba82569bd5c91c
parent9bb9efe4bab8a877cdde5c6bfbfa202645517571
xen/irq: If we fail during msi_capability_init return proper error code.

There are three different modes: PV, HVM, and initial domain 0. In all
the cases we would return -1 for failure instead of a proper error code.
Fix this by propagating the error code from the generic IRQ code.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/pci/xen.c
drivers/xen/events.c