diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:29:52 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:29:52 -0500 |
commit | 849a8924a6740ecbf9711e015beca69425f0c429 (patch) | |
tree | 2bae44c5fb170a655696b7253eec7ee13c6fa437 /drivers/scsi/ibmmca.c | |
parent | 7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff) | |
parent | ee807c2d43b54183c16580857837dae8ccb2ed22 (diff) |
Merge by Hand
Conflicts in dec_esp.c (Thanks Bacchus), scsi_transport_iscsi.c and
scsi_transport_fc.h
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ibmmca.c')
-rw-r--r-- | drivers/scsi/ibmmca.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/ibmmca.c b/drivers/scsi/ibmmca.c index 19392f651272..887a5c3ded28 100644 --- a/drivers/scsi/ibmmca.c +++ b/drivers/scsi/ibmmca.c | |||
@@ -1860,7 +1860,10 @@ static int ibmmca_queuecommand(Scsi_Cmnd * cmd, void (*done) (Scsi_Cmnd *)) | |||
1860 | next_ldn(host_index) = 7; | 1860 | next_ldn(host_index) = 7; |
1861 | if (current_ldn == next_ldn(host_index)) { /* One circle done ? */ | 1861 | if (current_ldn == next_ldn(host_index)) { /* One circle done ? */ |
1862 | /* no non-processing ldn found */ | 1862 | /* no non-processing ldn found */ |
1863 | printk("IBM MCA SCSI: Cannot assign SCSI-device dynamically!\n" " On ldn 7-14 SCSI-commands everywhere in progress.\n" " Reporting DID_NO_CONNECT for device (%d,%d).\n", target, cmd->device->lun); | 1863 | scmd_printk(KERN_WARNING, cmd, |
1864 | "IBM MCA SCSI: Cannot assign SCSI-device dynamically!\n" | ||
1865 | " On ldn 7-14 SCSI-commands everywhere in progress.\n" | ||
1866 | " Reporting DID_NO_CONNECT for device.\n"); | ||
1864 | cmd->result = DID_NO_CONNECT << 16; /* return no connect */ | 1867 | cmd->result = DID_NO_CONNECT << 16; /* return no connect */ |
1865 | if (done) | 1868 | if (done) |
1866 | done(cmd); | 1869 | done(cmd); |