Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- a/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch 2025-12-09 16:04:08.050012041 +0100
+++ b/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch 2025-12-09 16:04:19.382004133 +0100
@@ -1841,17 +1841,6 @@

if (fw_entry->size > sizeof(pfirmware->firmware_buf)) {
RT_TRACE(COMP_ERR, "img file size exceed the container buffer fail!\n");
---- a/drivers/staging/rtl8712/hal_init.c
-+++ b/drivers/staging/rtl8712/hal_init.c
-@@ -72,8 +72,6 @@
- dev_info(dev, "r8712u: Loading firmware from \"%s\"\n", firmware_file);
- rc = request_firmware_nowait(THIS_MODULE, 1, firmware_file, dev,
- GFP_KERNEL, padapter, rtl871x_load_fw_cb);
-- if (rc)
-- dev_err(dev, "r8712u: Firmware request error %d\n", rc);
- return rc;
- }
- MODULE_FIRMWARE("rtlwifi/rtl8712u.bin");
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -107,11 +107,8 @@
1 change: 1 addition & 0 deletions fixes_debian/series
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ refresh_debian_patch_for_driver_firmware_removal_of_debug_messages.patch
fix-makefile-extract-cert.patch
fix-sh-boot-do-not-use-hyphen-in-exported-variable-name.patch
fix-series-sh-boot-do-not-use-hyphen-in-exported-variable-name.patch
refresh_refresh_debian_patch_for_driver_firmware_removal_of_debug_messages.patch
2 changes: 1 addition & 1 deletion prepare_source
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkg=linux
version_orig=6.6.116
version_orig=6.6.119
version="$version_orig-1"

(
Expand Down