]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c7e0e83881dab360f9a9343ae2ca59ada959afc
tree878c459de127ebf3fb8d4dc74ae31c4c4d2018fa
parent98c4256d8308b0bfe4f43c3838a3ca7c8c5df81d
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