commit | 6a027b705fb6d2214647a638b44ea91ee6ce7e4c | [log] [tgz] |
---|---|---|
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | Sun May 04 15:42:59 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 05 17:11:18 2014 -0400 |
tree | 609a51fb8dfa3413b9e52d2ff65f8d777c5fb12b | |
parent | ccd6d0a9104e9075e57fa539ed6bb622b15284d9 [diff] |
net: macb: Clear interrupt flags A few interrupt flags were not cleared in the ISR, resulting in a sytem trapped in the ISR in cases one of those interrupts occurred. Clear all flags to avoid such situations. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>