From: Soumyajyotii Ssarkar <[email protected]> That code was part of some debugging code. Now it has no effect any longer, so let's drop it.
Reported-by: Stefan Hajnoczi <[email protected]> Signed-off-by: Soumyajyotii Ssarkar <[email protected]> Reviewed-by: Helge Deller <[email protected]> Signed-off-by: Helge Deller <[email protected]> --- hw/scsi/ncr53c710.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/scsi/ncr53c710.c b/hw/scsi/ncr53c710.c index a35c41b67f..aaac31cbb9 100644 --- a/hw/scsi/ncr53c710.c +++ b/hw/scsi/ncr53c710.c @@ -1361,11 +1361,6 @@ again: case PHASE_DI: s->waiting = NCR710_WAIT_DMA; ncr710_do_dma(s, 0); - if (s->waiting != NCR710_WAIT_NONE) { - /* Async - stop and wait */ - break; - } - /* Sync - continue execution */ break; case PHASE_CO: ncr710_do_command(s); -- 2.51.1
