xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success
authorJan Beulich <JBeulich@suse.com>
Mon, 2 Apr 2012 14:22:39 +0000 (15:22 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 6 Apr 2012 16:16:02 +0000 (12:16 -0400)
The original XenoLinux code has always had things this way, and for
compatibility reasons (in particular with a subsequent pciback
adjustment) upstream Linux should behave the same way (allowing for two
distinct error indications to be returned by the backend).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

No differences found