gianfar: Fix a bug where the pointer never moves for dma_unmap...
authorAndy Fleming <afleming@freescale.com>
Wed, 7 May 2008 18:20:55 +0000 (13:20 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 13 May 2008 05:31:38 +0000 (01:31 -0400)
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 <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found