Skip to content

Commit f8a129c

Browse files
benzeajmberg-intel
authored andcommitted
wifi: iwlwifi: lower message level for FW buffer destination
An invalid buffer destination is not a problem for the driver and it does not make sense to report it with the KERN_ERR message level. As such, change the message to use IWL_DEBUG_FW. Reported-by: Len Brown <lenb@kernel.org> Closes: https://lore.kernel.org/r/CAJvTdKkcxJss=DM2sxgv_MR5BeZ4_OC-3ad6tA40TYH2yqHCWw@mail.gmail.com Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20240825191257.20abf78f05bc.Ifbcecc2ae9fb40b9698302507dcba8b922c8d856@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent cb347bd commit f8a129c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ iwl_pcie_ctxt_info_dbg_enable(struct iwl_trans *trans,
8989
}
9090
break;
9191
default:
92-
IWL_ERR(trans, "WRT: Invalid buffer destination\n");
92+
IWL_DEBUG_FW(trans, "WRT: Invalid buffer destination (%d)\n",
93+
le32_to_cpu(fw_mon_cfg->buf_location));
9394
}
9495
out:
9596
if (dbg_flags)

0 commit comments

Comments
 (0)