mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 12:16:45 +07:00
[SCSI] qla4xxx: Update print statements in func qla4xxx_eh_abort()
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
b1f5df3bcd
commit
63c9e8142f
@ -9232,14 +9232,15 @@ static int qla4xxx_eh_abort(struct scsi_cmnd *cmd)
|
||||
int ret = SUCCESS;
|
||||
int wait = 0;
|
||||
|
||||
ql4_printk(KERN_INFO, ha,
|
||||
"scsi%ld:%d:%d: Abort command issued cmd=%p\n",
|
||||
ha->host_no, id, lun, cmd);
|
||||
ql4_printk(KERN_INFO, ha, "scsi%ld:%d:%d: Abort command issued cmd=%p, cdb=0x%x\n",
|
||||
ha->host_no, id, lun, cmd, cmd->cmnd[0]);
|
||||
|
||||
spin_lock_irqsave(&ha->hardware_lock, flags);
|
||||
srb = (struct srb *) CMD_SP(cmd);
|
||||
if (!srb) {
|
||||
spin_unlock_irqrestore(&ha->hardware_lock, flags);
|
||||
ql4_printk(KERN_INFO, ha, "scsi%ld:%d:%d: Specified command has already completed.\n",
|
||||
ha->host_no, id, lun);
|
||||
return SUCCESS;
|
||||
}
|
||||
kref_get(&srb->srb_ref);
|
||||
|
Loading…
Reference in New Issue
Block a user