commit | 71d28725548be203e8b8f6ad63b1f64fd7f02d4d | [log] [tgz] |
---|---|---|
author | Dale Farnsworth <dale@farnsworth.org> | Wed Sep 13 09:21:08 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Sep 13 12:26:03 2006 -0400 |
tree | 7246cf38c4c4b392b7c167026c1967c8ca45ddbc | |
parent | eff68d452f1a6842fb05218fd93c774ffc4dbc5a [diff] |
[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 <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>