Skip to content

Commit 3f4600d

Browse files
wsakernelKalle Valo
authored andcommitted
iwlwifi: yoyo: don't print failure if debug firmware is missing
Missing this firmware is not fatal, my wifi card still works. Even more, I couldn't find any documentation what it is or where to get it. So, I don't think the users should be notified if it is missing. If you browse the net, you see the message is present is in quite some logs. Better remove it. Signed-off-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200625165210.14904-1-wsa@kernel.org
1 parent 7b080e0 commit 3f4600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ void iwl_dbg_tlv_load_bin(struct device *dev, struct iwl_trans *trans)
468468
if (!iwlwifi_mod_params.enable_ini)
469469
return;
470470

471-
res = request_firmware(&fw, "iwl-debug-yoyo.bin", dev);
471+
res = firmware_request_nowarn(&fw, "iwl-debug-yoyo.bin", dev);
472472
if (res)
473473
return;
474474

0 commit comments

Comments
 (0)