summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2012-05-15 14:34:17 -0400
committerJames Bottomley <JBottomley@Parallels.com>2012-05-22 11:33:05 +0100
commit46270afe024209f700a45d9dee49df7a59fbf6b3 (patch)
treefe9e2726063e4f5b751af237a45463709aeba518 /drivers/scsi
parent2be21fa23169dcfdf2d599ed78df7adcd88fc99a (diff)
downloadlinux-46270afe024209f700a45d9dee49df7a59fbf6b3.tar.gz
linux-46270afe024209f700a45d9dee49df7a59fbf6b3.tar.xz
linux-46270afe024209f700a45d9dee49df7a59fbf6b3.zip
[SCSI] qla2xxx: Fix typo in bus-reset handler.
Both the target-id and LUN are munged in the original printk(). Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/qla2xxx/qla_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 00bebdff1576..71a39c780eba 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -1143,7 +1143,7 @@ qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
ret = FAILED;
ql_log(ql_log_info, vha, 0x8012,
- "BUS RESET ISSUED nexus=%ld:%d%d.\n", vha->host_no, id, lun);
+ "BUS RESET ISSUED nexus=%ld:%d:%d.\n", vha->host_no, id, lun);
if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS) {
ql_log(ql_log_fatal, vha, 0x8013,