Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
a73f67e7
Commit
a73f67e7
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
linux-hwe-6.2: fix badly formatted diff.
parent
234943cd
No related branches found
No related tags found
1 merge request
!1147
linux-hwe-6.2: fix badly formatted diff.
Pipeline
#1047
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/DATA/linux-hwe-6.2/silent-accept-firmware.patch
+23
-23
23 additions, 23 deletions
helpers/DATA/linux-hwe-6.2/silent-accept-firmware.patch
with
23 additions
and
23 deletions
helpers/DATA/linux-hwe-6.2/silent-accept-firmware.patch
+
23
−
23
View file @
a73f67e7
...
@@ -1822,29 +1822,6 @@ index fbc3f7c..054b30a 100644
...
@@ -1822,29 +1822,6 @@ index fbc3f7c..054b30a 100644
return err;
return err;
}
}
diff --git a/drivers/bluetooth/hci_bcm4377.c b/drivers/bluetooth/hci_bcm4377.c
index 19ad0e7..93029ca 100644
--- a/drivers/bluetooth/hci_bcm4377.c
+++ b/drivers/bluetooth/hci_bcm4377.c
@@ -1203,8 +1203,7 @@
static const struct firmware *bcm4377_request_blob(struct bcm4377_data *bcm4377,
snprintf(name1, sizeof(name1), "brcm/brcmbt%04x%s-%s.%s",
bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type,
suffix);
- dev_dbg(&bcm4377->pdev->dev, "Trying to load firmware: '%s' or '%s'\n",
- name0, name1);
+ dev_dbg(&bcm4377->pdev->dev, "Trying to load firmware\n");
ret = firmware_request_nowarn(&fw, name0, &bcm4377->pdev->dev);
if (!ret)
@@ -1214,7 +1213,7 @@
static const struct firmware *bcm4377_request_blob(struct bcm4377_data *bcm4377,
return fw;
dev_err(&bcm4377->pdev->dev,
- "Unable to load firmware; tried '%s' and '%s'\n", name0, name1);
+ "Unable to load firmware");
return NULL;
}
diff --git a/drivers/bluetooth/hci_intel.c b/drivers/bluetooth/hci_intel.c
diff --git a/drivers/bluetooth/hci_intel.c b/drivers/bluetooth/hci_intel.c
index 78afb9a..f9d2740 100644
index 78afb9a..f9d2740 100644
--- a/drivers/bluetooth/hci_intel.c
--- a/drivers/bluetooth/hci_intel.c
...
@@ -1981,3 +1958,26 @@ index 2bcdd19..2cdb9f5 100644
...
@@ -1981,3 +1958,26 @@ index 2bcdd19..2cdb9f5 100644
intel_uc_fw_change_status(uc_fw, INTEL_UC_FIRMWARE_LOAD_FAIL);
intel_uc_fw_change_status(uc_fw, INTEL_UC_FIRMWARE_LOAD_FAIL);
return err;
return err;
}
}
diff --git a/drivers/bluetooth/hci_bcm4377.c b/drivers/bluetooth/hci_bcm4377.c
index 19ad0e7..93029ca 100644
--- a/drivers/bluetooth/hci_bcm4377.c
+++ b/drivers/bluetooth/hci_bcm4377.c
@@ -1203,8 +1203,7 @@
static const struct firmware *bcm4377_request_blob(struct bcm4377_data *bcm4377,
snprintf(name1, sizeof(name1), "brcm/brcmbt%04x%s-%s.%s",
bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type,
suffix);
- dev_dbg(&bcm4377->pdev->dev, "Trying to load firmware: '%s' or '%s'\n",
- name0, name1);
+ dev_dbg(&bcm4377->pdev->dev, "Trying to load firmware\n");
ret = firmware_request_nowarn(&fw, name0, &bcm4377->pdev->dev);
if (!ret)
@@ -1214,7 +1213,7 @@
static const struct firmware *bcm4377_request_blob(struct bcm4377_data *bcm4377,
return fw;
dev_err(&bcm4377->pdev->dev,
- "Unable to load firmware; tried '%s' and '%s'\n", name0, name1);
+ "Unable to load firmware");
return NULL;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment