[SCSI] use sfoo_printk() in drivers
Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
3bf743e7c8
commit
017560fca4
@@ -1860,7 +1860,10 @@ static int ibmmca_queuecommand(Scsi_Cmnd * cmd, void (*done) (Scsi_Cmnd *))
|
||||
next_ldn(host_index) = 7;
|
||||
if (current_ldn == next_ldn(host_index)) { /* One circle done ? */
|
||||
/* no non-processing ldn found */
|
||||
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);
|
||||
scmd_printk(KERN_WARNING, cmd,
|
||||
"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.\n");
|
||||
cmd->result = DID_NO_CONNECT << 16; /* return no connect */
|
||||
if (done)
|
||||
done(cmd);
|
||||
|
Reference in New Issue
Block a user