]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52c5dbcaba542a87cc645371f88830060e6570b9
treeaf43d45cf1fef289e01af0d317ba82569bd5c91c
parent07f05bdd09918303f4cbad18de0c8df1bce07c11
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