net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers
authorSrikanth Thokala <sthokal@xilinx.com>
Sat, 7 Dec 2013 08:10:48 +0000 (13:40 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 02:02:25 +0000 (21:02 -0500)
commit243fedd5fa4a4a72caae7bde3f0bd0354a256b88
tree878c459de127ebf3fb8d4dc74ae31c4c4d2018fa
parenta3300ef4bbb1f1e33ff0400e1e6cf7733d988f4f
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>
drivers/net/ethernet/xilinx/xilinx_emaclite.c