commit | e69edd21819823bbad06d1d02f9fa21713fad173 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 06:00:30 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 23:54:02 2009 -0700 |
tree | 28069eedd9e8c972282b10de844f7a14737ad288 | |
parent | ccc05c6e1e4fb672c93c98d92079c89a976e80ba [diff] |
gianfar: Simplify skb resources freeing code Remove dma_free_coherent() from stop_gfar() and gfar_start() calls, place it into free_skb_resources(). That makes SKB resources management more understandable, plus free_skb_resources() will be used as a cleanup routine for gfar_alloc_skb_resources() that will be implemented soon. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>