Bluetooth: hci_bcm: Remove duplicated entry in OF table
authorPaul Cercueil <paul@crapouillou.net>
Sat, 23 Oct 2021 10:10:27 +0000 (11:10 +0100)
committerMarcel 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

index ef54afa..7852abf 100644 (file)
@@ -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" },