mv643xx_eth: fix receive buffer DMA unmapping
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 24 Aug 2008 05:19:48 +0000 (07:19 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Fri, 5 Sep 2008 04:33:57 +0000 (06:33 +0200)
When tearing down a DMA mapping for a receive buffer, we should pass
dma_unmap_single() the exact same address that dma_map_single() gave
us when we originally set up the mapping.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>

No differences found