Skip to content

Commit 2d6d408

Browse files
pcercueiholtmann
authored andcommitted
Bluetooth: hci_bcm: Remove duplicated entry in OF table
The entry "brcm,bcm4330-bt" was listed twice in the table. Signed-off-by: Paul Cercueil <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent b5e6fa7 commit 2d6d408

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/bluetooth/hci_bcm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,6 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
15081508
{ .compatible = "brcm,bcm4330-bt" },
15091509
{ .compatible = "brcm,bcm4334-bt" },
15101510
{ .compatible = "brcm,bcm4345c5" },
1511-
{ .compatible = "brcm,bcm4330-bt" },
15121511
{ .compatible = "brcm,bcm43438-bt", .data = &bcm43438_device_data },
15131512
{ .compatible = "brcm,bcm43540-bt", .data = &bcm4354_device_data },
15141513
{ .compatible = "brcm,bcm4335a0" },

0 commit comments

Comments
 (0)