Skip to content

Commit 8ebaa45

Browse files
Quinn Tranmartinkpetersen
authored andcommitted
scsi: qla2xxx: Turn off noisy message log
Some consider noisy log as test failure. Turn off noisy message log. Cc: [email protected] Signed-off-by: Quinn Tran <[email protected]> Signed-off-by: Nilesh Javali <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 39d2274 commit 8ebaa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_nvme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
668668

669669
rval = qla2x00_start_nvme_mq(sp);
670670
if (rval != QLA_SUCCESS) {
671-
ql_log(ql_log_warn, vha, 0x212d,
671+
ql_dbg(ql_dbg_io + ql_dbg_verbose, vha, 0x212d,
672672
"qla2x00_start_nvme_mq failed = %d\n", rval);
673673
sp->priv = NULL;
674674
priv->sp = NULL;

0 commit comments

Comments
 (0)