Re: [PATCH] broadcom: fix PHY_ID_BCM5481 entry in the id table

2015-11-23 Thread David Miller
From: Aaro Koskinen 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 >

[PATCH] broadcom: fix PHY_ID_BCM5481 entry in the id table

2015-11-21 Thread Aaro Koskinen
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")