On Fri, 12 Jul 2019 13:05:52 +0530 Pankaj Gupta <pagu...@redhat.com> wrote:
> Coverity reported memory region returns zero > for non-null value. This is because of wrong > arguments to '?:' , fixing this. > > Signed-off-by: Pankaj Gupta <pagu...@redhat.com> > --- > hw/virtio/virtio-pmem-pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>