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

From: David Miller
Date: Fri Sep 01 2017 - 21:30:29 EST


From: Romain Perier <romain.perier@xxxxxxxxxxxxx>
Date: Thu, 31 Aug 2017 15:53:03 +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>

You'll need to respin this against net-next as phy_attached_print() has had
some changes recently.

Thanks.