commit | 4063469971af9611648382559c2d399cce03ae67 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Wed Jan 04 15:10:21 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 04 13:47:54 2017 -0500 |
tree | d6723bb862fe094c4497147aee8fa9c1b08abaaf | |
parent | 009146d117b9b816193fce0f1ed75f015a398721 [diff] |
sh_eth: handle only enabled E-MAC interrupts The driver should only handle the enabled E-MAC interrupts, like it does for the E-DMAC interrupts since commit 3893b27345ac ("sh_eth: workaround for spurious ECI interrupt"), so mask ECSR with ECSIPR when reading it in sh_eth_error(). Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>