scsi: qla2xxx: Fix a format specifier
Since mcmd->sess->port_name is eight bytes long, use %8phC to format that
port name instead of %phC.
Cc: Himanshu Madhani <hmadhani@marvell.com>
Cc: Giridhar Malavali <gmalavali@marvell.com>
Fixes: 726b854870
("qla2xxx: Add framework for async fabric discovery") # v4.11.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
67eb4a6078
commit
19ce192cd7
@ -2391,7 +2391,7 @@ void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd)
|
||||
case ELS_PRLO:
|
||||
case ELS_TPRLO:
|
||||
ql_dbg(ql_dbg_disc, vha, 0x2106,
|
||||
"TM response logo %phC status %#x state %#x",
|
||||
"TM response logo %8phC status %#x state %#x",
|
||||
mcmd->sess->port_name, mcmd->fc_tm_rsp,
|
||||
mcmd->flags);
|
||||
qlt_schedule_sess_for_deletion(mcmd->sess);
|
||||
|
Loading…
Reference in New Issue
Block a user