Re: [PATCH] net: phy: at803x: Register 'link_change_notify' only for AT8030

2016-04-27 Thread Sebastian Frias
Hi, Sergei pointed out that the same patch was submitted yesterday by Timur (what are the chances?! :-) ) https://patchwork.ozlabs.org/patch/615019/ Regards, Sebastian On 04/27/2016 01:34 PM, Sebastian Frias wrote: > There is no need to register the callback introduced by > commit 13a56b449325

[PATCH] net: phy: at803x: Register 'link_change_notify' only for AT8030

2016-04-27 Thread Sebastian Frias
There is no need to register the callback introduced by commit 13a56b449325 ("net: phy: at803x: Add support for hardware reset") for non faulty PHYs. The check on the PHY ID is not necessary anymore and thus has been removed from the callback implementation as well. Fixes: 13a56b449325 ("net: phy