From: Anton Vorontsov Date: Mon, 12 Oct 2009 06:00:30 +0000 (+0000) Subject: gianfar: Simplify skb resources freeing code X-Git-Tag: v2.6.33-rc1~388^2~838 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69edd21819823bbad06d1d02f9fa21713fad173;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed