commit | 42c2d19786e538dc33d365d3439eec00545651cc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 10 11:15:23 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 10 16:03:57 2017 -0400 |
tree | 6f41642d8a6bfbcd502aaffd06859c6e08e1c235 | |
parent | 4a2712b2f0b6895f37c657e099936679d2bc7b6e [diff] |
ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet() This moves the packet freeing to a separate function which is also used by ftgmac100_free_buffers() and will be used more in the error path of fragmented sends. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>