Skip to content

Commit 81b9d1e

Browse files
Quinn Tranmartinkpetersen
authored andcommitted
scsi: qla2xxx: Reduce noisy debug message
Update debug level and message for ELS IOCB done. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Quinn Tran <[email protected]> Signed-off-by: Nilesh Javali <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent abb31ae commit 81b9d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/qla2xxx/qla_isr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,8 @@ qla24xx_els_ct_entry(scsi_qla_host_t *vha, struct req_que *req,
20242024
res = DID_ERROR << 16;
20252025
}
20262026
}
2027-
ql_dbg(ql_dbg_user, vha, 0x503f,
2028-
"ELS IOCB Done -%s error hdl=%x comp_status=0x%x error subcode 1=0x%x error subcode 2=0x%x total_byte=0x%x\n",
2027+
ql_dbg(ql_dbg_disc, vha, 0x503f,
2028+
"ELS IOCB Done -%s hdl=%x comp_status=0x%x error subcode 1=0x%x error subcode 2=0x%x total_byte=0x%x\n",
20292029
type, sp->handle, comp_status, fw_status[1], fw_status[2],
20302030
le32_to_cpu(ese->total_byte_count));
20312031
goto els_ct_done;

0 commit comments

Comments
 (0)