]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Fix typo in bus-reset handler.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Wed, 11 Apr 2012 06:59:09 +0000 (12:29 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:40:59 +0000 (17:40 -0700)
Both the target-id and LUN are munged in the original printk().

JIRA Key: V2632FC-161

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
drivers/scsi/qla2xxx/qla_os.c

index 50aaf03ccc5517522f70ef26a3d5d37d27aa8641..82f645a987f5f0835347e61b6d6128aa956e6f24 100644 (file)
@@ -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,