From: Andy Fleming Date: Wed, 7 May 2008 18:20:55 +0000 (-0500) Subject: gianfar: Fix a bug where the pointer never moves for dma_unmap... X-Git-Tag: v2.6.26-rc3~65^2~9^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5da7ab7be0a510ae69d533edf573d1ca6eec4b;p=pandora-kernel.git gianfar: Fix a bug where the pointer never moves for dma_unmap... The loop that unmaps all of the TX Buffer Descriptors never actually moves the txbd pointer, so we were just repeatedly unmapping the first one. Signed-off-by: Andy Fleming Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed