From: Himanshu Madhani Date: Thu, 12 Sep 2019 18:09:05 +0000 (-0700) Subject: scsi: qla2xxx: Silence fwdump template message X-Git-Tag: v5.4-rc2~5^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=248a445adfc8c33ffd67cf1f2e336578e34f9e21;p=thirdparty%2Fkernel%2Flinux.git 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/20190912180918.6436-2-hmadhani@marvell.com Signed-off-by: Himanshu Madhani Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index b6cdf108994ca..f6a5d78f93c9b 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -3190,7 +3190,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha) for (j = 0; j < 2; j++, fwdt++) { if (!fwdt->template) { - ql_log(ql_log_warn, vha, 0x00ba, + ql_dbg(ql_dbg_init, vha, 0x00ba, "-> fwdt%u no template\n", j); continue; }