diff options
-rw-r--r-- | drivers/scsi/NCR5380.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index 9b7c67f17f4b..97100a1e3f80 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c @@ -1990,6 +1990,7 @@ static void NCR5380_information_transfer(struct Scsi_Host *instance) { default: break; } + break; case DISCONNECT:{ /* Accept message by clearing ACK */ NCR5380_write(INITIATOR_COMMAND_REG, ICR_BASE); |