mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
wifi: iwlwifi: reduce the log level of firmware debug buffer size mismatch
This is not really an error and we can safely reduce the log level to INFO. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Link: https://patch.msgid.link/20260515150751.36a772e925aa.I0f8db3099bd07e72ee007b322c0f85102f0550f9@changeid Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
parent
5aee72298c
commit
e5d5a3d774
|
|
@ -141,10 +141,10 @@ static void iwl_pcie_alloc_fw_monitor_block(struct iwl_trans *trans,
|
|||
return;
|
||||
|
||||
if (power != max_power)
|
||||
IWL_ERR(trans,
|
||||
"Sorry - debug buffer is only %luK while you requested %luK\n",
|
||||
(unsigned long)BIT(power - 10),
|
||||
(unsigned long)BIT(max_power - 10));
|
||||
IWL_INFO(trans,
|
||||
"Sorry - debug buffer is only %luK while you requested %luK\n",
|
||||
(unsigned long)BIT(power - 10),
|
||||
(unsigned long)BIT(max_power - 10));
|
||||
|
||||
fw_mon->block = block;
|
||||
fw_mon->physical = physical;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user