diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 3e21e9fc9d91..9207aeb3cdbe 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -3210,14 +3210,8 @@ void qla2x00_mark_device_lost(scsi_qla_host_t *vha, fc_port_t *fcport, | |||
3210 | set_bit(RELOGIN_NEEDED, &vha->dpc_flags); | 3210 | set_bit(RELOGIN_NEEDED, &vha->dpc_flags); |
3211 | 3211 | ||
3212 | ql_dbg(ql_dbg_disc, vha, 0x2067, | 3212 | ql_dbg(ql_dbg_disc, vha, 0x2067, |
3213 | "Port login retry " | 3213 | "Port login retry %8phN, id = 0x%04x retry cnt=%d.\n", |
3214 | "%02x%02x%02x%02x%02x%02x%02x%02x, " | 3214 | fcport->port_name, fcport->loop_id, fcport->login_retry); |
3215 | "id = 0x%04x retry cnt=%d.\n", | ||
3216 | fcport->port_name[0], fcport->port_name[1], | ||
3217 | fcport->port_name[2], fcport->port_name[3], | ||
3218 | fcport->port_name[4], fcport->port_name[5], | ||
3219 | fcport->port_name[6], fcport->port_name[7], | ||
3220 | fcport->loop_id, fcport->login_retry); | ||
3221 | } | 3215 | } |
3222 | } | 3216 | } |
3223 | 3217 | ||