On Wed, Jun 05, 2019 at 02:42:16PM -0600, Robert Hancock wrote: > The MDIO bus for this driver was being named using the result of > of_address_to_resource on a node which may not have any resource on it, > but the return value of that call was not checked so it was using some > random value in the bus name. Change to name the MDIO bus based on the > resource start of the actual Ethernet register block. > > Signed-off-by: Robert Hancock <hanc...@sedsystems.ca>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew