linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_bcm: Remove duplicated entry in OF table
@ 2021-10-23 10:10 Paul Cercueil
  2021-10-25 13:08 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Cercueil @ 2021-10-23 10:10 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz
  Cc: list, linux-bluetooth, linux-kernel, Paul Cercueil

The entry "brcm,bcm4330-bt" was listed twice in the table.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 drivers/bluetooth/hci_bcm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index ef54afa29357..7852abf15ddf 100644
--- 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" },
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: hci_bcm: Remove duplicated entry in OF table
  2021-10-23 10:10 [PATCH] Bluetooth: hci_bcm: Remove duplicated entry in OF table Paul Cercueil
@ 2021-10-25 13:08 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2021-10-25 13:08 UTC (permalink / raw)
  To: Paul Cercueil
  Cc: Johan Hedberg, Luiz Augusto von Dentz, list, linux-bluetooth,
	linux-kernel

Hi Paul,

> The entry "brcm,bcm4330-bt" was listed twice in the table.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
> drivers/bluetooth/hci_bcm.c | 1 -
> 1 file changed, 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 10:10 [PATCH] Bluetooth: hci_bcm: Remove duplicated entry in OF table Paul Cercueil
2021-10-25 13:08 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).