diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2015-07-10 20:08:52 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-16 20:00:20 +0200 |
commit | 24b41d66c8ad8f77839fca777b92e365dad0cf5c (patch) | |
tree | bae882664ca457f0553f47dde1bf54956817619b /memory.c | |
parent | 5348c62cab309b68ecd13a33c9f21e8d6071af72 (diff) |
RDMA: Fix error exits
The error checks I added used 'break' after the error, but I'm
in a switch inside the while loop, so they need to be 'goto out'.
Spotted by coverity; entries 1311368 and 1311369
Fixes: afcddefd
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1436555332-19076-1-git-send-email-dgilbert@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'memory.c')
0 files changed, 0 insertions, 0 deletions