Merge branch 'net-phy-Unbind-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2020 23:55:35 +0000 (16:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2020 23:55:35 +0000 (16:55 -0700)
commit0dfdbc7440870007818277dc02d20d4794178a4f
tree18036fd8155a82d365bff85350c52bdce072bfcb
parent19a83d36f9837e8bd27435ebb31564a717a5d15a
parent5116a8ade333b6c2e180782139c9c516a437b21c
Merge branch 'net-phy-Unbind-fixes'

Florian Fainelli says:

====================
net: phy: Unbind fixes

This patch series fixes a couple of issues with the unbinding of the PHY
drivers and then bringing down a network interface. The first is a NULL
pointer de-reference and the second was an incorrect warning being
triggered.
====================

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