aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmmca.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/ibmmca.c')
-rw-r--r--drivers/scsi/ibmmca.c5
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);