From: Matt Carlson Date: Fri, 13 Nov 2009 13:03:43 +0000 (+0000) Subject: tg3: Make tg3_alloc_rx_skb() a dst-only operation X-Git-Tag: v2.6.33-rc1~388^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc081f83c59a7cf2c025a3ed89d011b5db556eb;p=pandora-kernel.git tg3: Make tg3_alloc_rx_skb() a dst-only operation This patch removes the source index parameter of tg3_alloc_rx_skb(). A later patch will make it possible for the source and destination producer rings to be different. This patch opts to make tg3_alloc_rx_skb() a destination-only implementation and move the code sensitive to the difference elsewhere. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed