commit | 243fedd5fa4a4a72caae7bde3f0bd0354a256b88 | [log] [tgz] |
---|---|---|
author | Srikanth Thokala <sthokal@xilinx.com> | Sat Dec 07 13:40:48 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 09 21:02:25 2013 -0500 |
tree | 878c459de127ebf3fb8d4dc74ae31c4c4d2018fa | |
parent | a3300ef4bbb1f1e33ff0400e1e6cf7733d988f4f [diff] |
net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers There are no specific interrupts for the PONG buffer on both transmit and receive side, same interrupt is valid for both buffers. So, this patch removes this code. Signed-off-by: Srikanth Thokala <sthokal@xilinx.com> Reviewed-by: Michal Simek <monstr@monstr.eu> Signed-off-by: David S. Miller <davem@davemloft.net>