diff mbox

broadcom: fix PHY_ID_BCM5481 entry in the id table

Message ID 1448147334-10518-1-git-send-email-aaro.koskinen@iki.fi
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Aaro Koskinen Nov. 21, 2015, 11:08 p.m. UTC
Commit fcb26ec5b18d ("broadcom: move all PHY_ID's to header")
updated broadcom_tbl to use PHY_IDs, but incorrectly replaced 0x0143bca0
with PHY_ID_BCM5482 (making a duplicate entry, and completely omitting
the original). Fix that.

Fixes: fcb26ec5b18d ("broadcom: move all PHY_ID's to header")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
---
 drivers/net/phy/broadcom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Nov. 24, 2015, 4:30 a.m. UTC | #1
From: Aaro Koskinen <aaro.koskinen@iki.fi>
Date: Sun, 22 Nov 2015 01:08:54 +0200

> Commit fcb26ec5b18d ("broadcom: move all PHY_ID's to header")
> updated broadcom_tbl to use PHY_IDs, but incorrectly replaced 0x0143bca0
> with PHY_ID_BCM5482 (making a duplicate entry, and completely omitting
> the original). Fix that.
> 
> Fixes: fcb26ec5b18d ("broadcom: move all PHY_ID's to header")
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>

Applied and queued up for -stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c
index 07a6119..3ce5d95 100644
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
@@ -614,7 +614,7 @@  static struct mdio_device_id __maybe_unused broadcom_tbl[] = {
 	{ PHY_ID_BCM5461, 0xfffffff0 },
 	{ PHY_ID_BCM54616S, 0xfffffff0 },
 	{ PHY_ID_BCM5464, 0xfffffff0 },
-	{ PHY_ID_BCM5482, 0xfffffff0 },
+	{ PHY_ID_BCM5481, 0xfffffff0 },
 	{ PHY_ID_BCM5482, 0xfffffff0 },
 	{ PHY_ID_BCM50610, 0xfffffff0 },
 	{ PHY_ID_BCM50610M, 0xfffffff0 },