iwlwifi: yoyo: don't print failure if debug firmware is missing
authorWolfram Sang <wsa@kernel.org>
Thu, 25 Jun 2020 16:52:10 +0000 (18:52 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 2 Aug 2020 15:08:07 +0000 (18:08 +0300)
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
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c

index 7987a288917bac0aab3ccb3164fdb7634255e473..f180db2936e34e183225cce87b6d7540e7f56a0f 100644 (file)
@@ -468,7 +468,7 @@ void iwl_dbg_tlv_load_bin(struct device *dev, struct iwl_trans *trans)
        if (!iwlwifi_mod_params.enable_ini)
                return;
 
-       res = request_firmware(&fw, "iwl-debug-yoyo.bin", dev);
+       res = firmware_request_nowarn(&fw, "iwl-debug-yoyo.bin", dev);
        if (res)
                return;