Re: [PATCH net-next v7] net: stmmac: Delete dead code for MDIO registration

From: David Miller
Date: Tue Sep 05 2017 - 17:36:55 EST


From: Romain Perier <romain.perier@xxxxxxxxxxxxx>
Date: Mon, 4 Sep 2017 10:41:36 +0200

> This code is no longer used, the logging function was changed by commit
> fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register").
> It was previously showing information about the type of the IRQ, if it's
> polled, ignored or a normal interrupt. As we don't want information loss,
> I have moved this code to phy_attached_print().
>
> Fixes: fbca164776e4 ("net: stmmac: Use the right logging function in stmmac_mdio_register")
> Signed-off-by: Romain Perier <romain.perier@xxxxxxxxxxxxx>

Applied.