[PATCH v4 16/78] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done

2016-01-02 Thread Finn Thain
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

[PATCH v4 16/78] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done

2016-01-02 Thread Finn Thain
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