commit | aeb18dd0769289ae9141221862319a36094fb06b | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Wed Nov 06 16:03:02 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:22:55 2019 -0800 |
tree | a01c13f84b878cdcc674660d5a5160e758d67740 | |
parent | 132f2f20c9866325d12c155aca06d260f358d3cb [diff] |
net: stmmac: xgmac: Disable MMC interrupts by default MMC interrupts were being enabled, which is not what we want because it will lead to a storm of interrupts that are not handled at all. Fix it by disabling all MMC interrupts for XGMAC. Fixes: b6cdf09f51c2 ("net: stmmac: xgmac: Implement MMC counters") Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>