sorry, forget to cc some maintainers

On 05/06/2016 12:20 PM, Cao jin wrote:
msi_init returns non-zero value on both failure and success.

cc: Hannes Reinecke <h...@suse.de>
cc: Paolo Bonzini <pbonz...@redhat.com>
Signed-off-by: Cao jin <caoj.f...@cn.fujitsu.com>
---
  hw/scsi/megasas.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c
index a63a581..56fb645 100644
--- a/hw/scsi/megasas.c
+++ b/hw/scsi/megasas.c
@@ -2348,7 +2348,7 @@ static void megasas_scsi_realize(PCIDevice *dev, Error 
**errp)
                            "megasas-queue", 0x40000);

      if (megasas_use_msi(s) &&
-        msi_init(dev, 0x50, 1, true, false)) {
+        msi_init(dev, 0x50, 1, true, false) < 0) {
          s->flags &= ~MEGASAS_MASK_USE_MSI;
      }
      if (megasas_use_msix(s) &&


--
Yours Sincerely,

Cao jin



Reply via email to