Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Feb 11, 2025
1 parent e0ecbbe commit cfbfce5
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
+++ b/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch 2025-02-10 11:30:17.965035383 +0100
@@ -1591,11 +1591,10 @@
-@@ -63,13 +63,11 @@ static void rtl92se_fw_cb(const struct f
+@@ -63,10 +63,12 @@
+@@ -63,12 +63,10 @@
struct ieee80211_hw *hw = context;
struct rtl_priv *rtlpriv = rtl_priv(hw);
struct rt_firmware *pfirmware = NULL;
-- char *fw_name = "rtlwifi/rtl8192sefw.bin";
++ char *fw_name = "rtlwifi/rtl8192sefw.bin";

rtl_dbg(rtlpriv, COMP_ERR, DBG_LOUD,
"Firmware callback routine entered!\n");
- complete(&rtlpriv->firmware_loading_complete);
if (!firmware) {
-- pr_err("Firmware %s not available\n", fw_name);
++ pr_err("Firmware %s not available\n", fw_name);
- pr_err("Firmware %s not available\n", fw_name);
rtlpriv->max_fw_size = 0;
- return;
+ goto exit;
Expand Down

0 comments on commit cfbfce5

Please sign in to comment.