linux: update linux-libre tools and silent patch for 5.15-121
This commit is contained in:
parent
8deec99563
commit
7b3f63da19
2 changed files with 86 additions and 985 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1522,7 +1522,7 @@ diff -ru source.orig/drivers/bluetooth/ath3k.c source/drivers/bluetooth/ath3k.c
|
|||
return ret;
|
||||
}
|
||||
|
||||
@@ -505,8 +505,7 @@
|
||||
@@ -502,11 +502,10 @@ static int ath3k_probe(struct usb_interface *intf,
|
||||
ret = request_firmware(&firmware, ATH3K_FIRMWARE, &udev->dev);
|
||||
if (ret < 0) {
|
||||
if (ret == -ENOENT)
|
||||
|
|
@ -1530,8 +1530,14 @@ diff -ru source.orig/drivers/bluetooth/ath3k.c source/drivers/bluetooth/ath3k.c
|
|||
- ATH3K_FIRMWARE);
|
||||
+ BT_ERR("Firmware file not found");
|
||||
else
|
||||
BT_ERR("Firmware file \"%s\" request failed (err=%d)",
|
||||
ATH3K_FIRMWARE, ret);
|
||||
- BT_ERR("Firmware file \"%s\" request failed (err=%d)",
|
||||
- ATH3K_FIRMWARE, ret);
|
||||
+ BT_ERR("Firmware file request failed (err=%d)",
|
||||
+ ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
diff -ru source.orig/drivers/bluetooth/btbcm.c source/drivers/bluetooth/btbcm.c
|
||||
--- source.orig/drivers/bluetooth/btbcm.c 2023-06-07 09:29:12.000000000 -0400
|
||||
+++ source/drivers/bluetooth/btbcm.c 2023-06-07 10:07:36.541063483 -0400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue