]> git.ipfire.org Git - thirdparty/qemu.git/commit
pvrdma: Fix compilation error
authorCole Robinson <crobinso@redhat.com>
Tue, 6 Aug 2019 22:16:19 +0000 (18:16 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 19 Sep 2019 16:20:17 +0000 (11:20 -0500)
commitab630a065a3344c84ec1b280696800fd62afda03
treea1e73dd25e7d5e104847318bcefa943a15f09406
parent71049d2a745803d400e21ef93b113a70390853a8
pvrdma: Fix compilation error

  In function ‘create_qp’:
  hw/rdma/vmw/pvrdma_cmd.c:517:16: error: ‘rc’ undeclared

The backport of 509f57c98 in 41dd30ff6 mishandled the conflict

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/rdma/vmw/pvrdma_cmd.c