Revision 5f5c5449acad0cd3322e53e1ac68c044483b0aa5 authored by Geert Uytterhoeven on 18 May 2017, 13:01:34 UTC, committed by David S. Miller on 18 May 2017, 15:21:07 UTC
The MDIO initialization failure message is printed using the network
device, before it has been registered, leading to:

     (null): failed to initialise MDIO

Use the platform device instead to fix this:

    sh-eth ee700000.ethernet: failed to initialise MDIO

Fixes: daacf03f0bbfefee ("sh_eth: Register MDIO bus before registering the network device")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b16c4c4
Raw File
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top