diff options
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
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) | |||
1143 | ret = FAILED; | 1143 | ret = FAILED; |
1144 | 1144 | ||
1145 | ql_log(ql_log_info, vha, 0x8012, | 1145 | ql_log(ql_log_info, vha, 0x8012, |
1146 | "BUS RESET ISSUED nexus=%ld:%d%d.\n", vha->host_no, id, lun); | 1146 | "BUS RESET ISSUED nexus=%ld:%d:%d.\n", vha->host_no, id, lun); |
1147 | 1147 | ||
1148 | if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS) { | 1148 | if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS) { |
1149 | ql_log(ql_log_fatal, vha, 0x8013, | 1149 | ql_log(ql_log_fatal, vha, 0x8013, |