Skip to content

Commit 248a445

Browse files
Himanshu Madhanimartinkpetersen
authored andcommitted
scsi: qla2xxx: Silence fwdump template message
Print if fwdt template is present or not, only when ql2xextended_error_logging is enabled. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Himanshu Madhani <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 4b6b1bb commit 248a445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha)
31903190

31913191
for (j = 0; j < 2; j++, fwdt++) {
31923192
if (!fwdt->template) {
3193-
ql_log(ql_log_warn, vha, 0x00ba,
3193+
ql_dbg(ql_dbg_init, vha, 0x00ba,
31943194
"-> fwdt%u no template\n", j);
31953195
continue;
31963196
}

0 commit comments

Comments
 (0)