]> git.karo-electronics.de Git - karo-tx-linux.git/commit
broadcom: fix PHY_ID_BCM5481 entry in the id table
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sat, 21 Nov 2015 23:08:54 +0000 (01:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2015 04:29:27 +0000 (23:29 -0500)
commit3c25a860d17b7378822f35d8c9141db9507e3beb
tree222048b031ce85521a4b3f564be2236687711631
parent7f109f7cc37108cba7243bc832988525b0d85909
broadcom: fix PHY_ID_BCM5481 entry in the id table

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>
drivers/net/phy/broadcom.c