mirror of https://gitee.com/openkylin/qemu.git
hw/scsi/esp: Remove superfluous semicolon
Fixes: 74d71ea16b
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200218094402.26625-8-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
5012a8941d
commit
c62c1fa0e3
|
@ -293,7 +293,7 @@ static void handle_satn_stop(ESPState *s)
|
|||
s->dma_cb = handle_satn_stop;
|
||||
return;
|
||||
}
|
||||
s->pdma_cb = satn_stop_pdma_cb;;
|
||||
s->pdma_cb = satn_stop_pdma_cb;
|
||||
s->cmdlen = get_cmd(s, s->cmdbuf, sizeof(s->cmdbuf));
|
||||
if (s->cmdlen) {
|
||||
trace_esp_handle_satn_stop(s->cmdlen);
|
||||
|
|
Loading…
Reference in New Issue