Searched hist:"1 f1b0c74dfaf6264d239823ed5aeb8dcdd62838c" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | NCR5380.c | diff 1f1b0c74dfaf6264d239823ed5aeb8dcdd62838c Sun Jan 03 06:05:17 CET 2016 Finn Thain <fthain@telegraphics.com.au> ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
If a target disappears from the SCSI bus, NCR5380_select() may subsequently fail with a time-out. In this situation, scsi_done is called and NCR5380_select() returns 0. Both hostdata->connected and hostdata->selecting are NULL and the main loop should proceed with the next command in the issue queue. Clarify this logic.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Ondrej Zary <linux@rainbow-software.org> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|