Merge branch 'net-phy-MDIO-bus-scanning-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 20:39:01 +0000 (13:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 20:39:01 +0000 (13:39 -0700)
commitcc26c9f5ace29d00ccedd79ffa1ee90b2439fe55
treeb9c89e939d75d3feed38ea407fa6be77cc8de514
parent6564cfefb01c4c5b8c357f300feac5cb1585e1a9
parentb2ffc75e2e990b09903f9d15ccd53bc5f3a4217c
Merge branch 'net-phy-MDIO-bus-scanning-fixes'

Florian Fainelli says:

====================
net: phy: MDIO bus scanning fixes

This patch series fixes two problems with the current MDIO bus scanning
logic which was identified while moving from 4.9 to 5.4 on devices that
do rely on scanning the MDIO bus at runtime because they use pluggable
cards.

Changes in v2:

- added comment explaining the special value of -ENODEV
- added Andrew's Reviewed-by tag
====================

Signed-off-by: David S. Miller <davem@davemloft.net>