From: Vikas Chaudhary <[email protected]>

Signed-off-by: Vikas Chaudhary <[email protected]>
---
 drivers/scsi/qla4xxx/ql4_os.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index d0a8695..410fe02 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -9230,14 +9230,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);
-- 
1.8.2.GIT

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to