[PATCH] mv643xx_eth: Unmap DMA buffers in receive path
authorDale Farnsworth <dale@farnsworth.org>
Wed, 13 Sep 2006 16:21:08 +0000 (09:21 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 13 Sep 2006 16:26:03 +0000 (12:26 -0400)
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 <dale@farnsworth.org>

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found