From: Dale Farnsworth Date: Wed, 13 Sep 2006 16:21:08 +0000 (-0700) Subject: [PATCH] mv643xx_eth: Unmap DMA buffers in receive path X-Git-Tag: v2.6.18~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d28725548be203e8b8f6ad63b1f64fd7f02d4d;p=pandora-kernel.git [PATCH] mv643xx_eth: Unmap DMA buffers in receive path Fix a missing call to dma_unmap_single() in the receive path. Without this call, errors have been observed on non-cache-coherent systems. Signed-off-by Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed