commit | 4f795b25eaf1109c77abfc3b57cef9b993f3aede | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Fri Nov 18 05:00:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 21 15:31:15 2011 -0500 |
tree | 0f6542b09c2265401331fb78b39bffbb26274fc8 | |
parent | ba9bb431d3156a1c5d4d6f0b8c23b5792e9e9f4f [diff] |
stmmac: mask mmc interrupts We need to mask the MMC irq otherwise if we raise the mmc interrupts that are not handled the driver loops in the handler. In fact, by default all mmc counters (only used for stats) are managed in SW and registers are cleared on each READ. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>