commit | 052f7c8bac4440bc5e3b2086e4134055b862453a | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Fri Mar 01 11:52:06 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 01 23:23:34 2019 -0800 |
tree | 2f706021e1fc3c65c4c35586cc422850e81ad877 | |
parent | 0caa756b7745ff5d2b839ea69be9a1d94f3b779f [diff] |
net: mvpp2: a port can be disabled even if we use the link IRQ We had a check in the mvpp2_mac_link_down() function (called by phylink) to avoid disabling the port when link interrupts are used. It turned out the interrupt can still be used with the port disabled. We can thus remove this check. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>