diff options
Diffstat (limited to 'hw/ipmi/ipmi_bmc_extern.c')
| -rw-r--r-- | hw/ipmi/ipmi_bmc_extern.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c index 22cb9b590b..e563214390 100644 --- a/hw/ipmi/ipmi_bmc_extern.c +++ b/hw/ipmi/ipmi_bmc_extern.c @@ -213,7 +213,7 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b, rsp[2] = err; ibe->waiting_rsp = false; k->handle_rsp(s, msg_id, rsp, 3); - goto out; + return; } addchar(ibe, msg_id); @@ -228,8 +228,6 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b, /* Start the transmit */ continue_send(ibe); - - out: } static void handle_hw_op(IPMIBmcExtern *ibe, unsigned char hw_op) |