virtio pmem: fix wrong mem region condition
commitf37f47126236c8dc710d97da8ca9d43c38bef4ec
authorPankaj Gupta <pagupta@redhat.com>
Fri, 12 Jul 2019 07:35:52 +0000 (12 13:05 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 12 Jul 2019 14:56:27 +0000 (12 10:56 -0400)
treee2e2af7cb30ef128f0b15bbbf3bc74bce1a6da2e
parent7b9829bc6c7d84056c3a1c60737f71db4d2871e4
virtio pmem: fix wrong mem region condition

Coverity reported memory region returns zero
for non-null value. This is because of wrong
arguments to '?:' , fixing this.

Signed-off-by: Pankaj Gupta <pagupta@redhat.com>
Message-Id: <20190712073554.21918-2-pagupta@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
hw/virtio/virtio-pmem-pci.c