diff options
author | 2015-07-10 20:08:52 +0100 | |
---|---|---|
committer | 2015-07-16 20:00:20 +0200 | |
commit | 24b41d66c8ad8f77839fca777b92e365dad0cf5c (patch) | |
tree | bae882664ca457f0553f47dde1bf54956817619b /hw/misc/omap_clk.c | |
parent | arm/xlnx-zynqmp: fix memory leak (diff) | |
download | qemu-24b41d66c8ad8f77839fca777b92e365dad0cf5c.tar.xz qemu-24b41d66c8ad8f77839fca777b92e365dad0cf5c.zip |
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 'hw/misc/omap_clk.c')
0 files changed, 0 insertions, 0 deletions