commit | d6bf31431b533629ad65feb954c29bbf5696e490 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 08 00:23:19 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 07 21:21:22 2014 -0700 |
tree | 18b2fa30118e8f786c39364eb2d9b380d88fc62b | |
parent | 730ee3602f300b5133717048859358a02251322f [diff] |
net: fec: clean up transmit descriptor setup Avoid writing any state until we're certain we can proceed with the transmission: this avoids writing mapping error address values to the descriptors, or setting the skbuff pointer until we have successfully mapped the skb. 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>