From: Andrew Vasquez Date: Wed, 11 Apr 2012 06:59:09 +0000 (+0530) Subject: qla2xxx: Fix typo in bus-reset handler. X-Git-Tag: v2.6.39-400.9.0~423^2~69 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b1cc01237e001f99b56dab971a5c6939314034a4;p=users%2Fjedix%2Flinux-maple.git qla2xxx: Fix typo in bus-reset handler. Both the target-id and LUN are munged in the original printk(). JIRA Key: V2632FC-161 Signed-off-by: Saurav Kashyap --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 50aaf03ccc551..82f645a987f5f 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -1136,7 +1136,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,