commit | 96018f52c532b69424d354a848ac7812136650f6 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 08 13:02:04 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 08 20:57:46 2014 -0700 |
tree | 8a42529815222710c46e9690e4782f5fb8abfffb | |
parent | 344756f6e36b056ed361eedbd68244b108bdb1c6 [diff] |
net: fec: remove useless status check in tx reap path Remove a useless status check in the transmit reap path - we have already checked that the BD_ENET_TX_READY bit is clear, and as the hardware only ever clears this bit, there is no way this test can ever be true. Acked-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>