projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e6fa7
)
Bluetooth: hci_bcm: Remove duplicated entry in OF table
author
Paul Cercueil
<paul@crapouillou.net>
Sat, 23 Oct 2021 10:10:27 +0000
(11:10 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 25 Oct 2021 13:07:13 +0000
(15:07 +0200)
The entry "brcm,bcm4330-bt" was listed twice in the table.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_bcm.c
b/drivers/bluetooth/hci_bcm.c
index ef54afa293574ed6b6069cb65a7431d5b578a7b7..7852abf15ddf63ec3ec0d65471efa01b19f0f94c 100644
(file)
--- a/
drivers/bluetooth/hci_bcm.c
+++ b/
drivers/bluetooth/hci_bcm.c
@@
-1508,7
+1508,6
@@
static const struct of_device_id bcm_bluetooth_of_match[] = {
{ .compatible = "brcm,bcm4330-bt" },
{ .compatible = "brcm,bcm4334-bt" },
{ .compatible = "brcm,bcm4345c5" },
- { .compatible = "brcm,bcm4330-bt" },
{ .compatible = "brcm,bcm43438-bt", .data = &bcm43438_device_data },
{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
{ .compatible = "brcm,bcm4335a0" },