Re: [PATCH net] net: bgmac: fix reversed check for MII registration error

2016-08-18 Thread David Miller
From: Rafał Miłecki Date: Wed, 17 Aug 2016 15:37:14 +0200 > From: Rafał Miłecki > > It was failing on successful registration returning meaningless errors. > > Signed-off-by: Rafał Miłecki > Fixes: 55954f3bfdac ("net: ethernet: bgmac: move BCMA MDIO Phy code into a > separate file") Applied

[PATCH net] net: bgmac: fix reversed check for MII registration error

2016-08-17 Thread Rafał Miłecki
From: Rafał Miłecki It was failing on successful registration returning meaningless errors. Signed-off-by: Rafał Miłecki Fixes: 55954f3bfdac ("net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file") --- This fix is intendent for net repository (4.8 release). --- drivers/net/ether