broadcom: fix PHY_ID_BCM5481 entry in the id table
commitc5d998a60ac73841a42c0351e248a65747480b64
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sat, 21 Nov 2015 23:08:54 +0000 (22 01:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jan 2016 03:47:51 +0000 (22 19:47 -0800)
treeef6fa8d332cd80dc06f66268f312c82689cf9652
parent07ea536a4530c41ff2d5266359b45eed2500e04f
broadcom: fix PHY_ID_BCM5481 entry in the id table

[ Upstream commit 3c25a860d17b7378822f35d8c9141db9507e3beb ]

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/phy/broadcom.c