commit | 3a499481c167977368a7e7cae8ea1ff2a99518a0 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sun Aug 24 07:19:48 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Fri Sep 05 06:33:57 2008 +0200 |
tree | a4aa88c685c32819b5c5e15c110e1a77934fc0d7 | |
parent | b98738412372d6bcba1548b6b439f49023e25a34 [diff] |
mv643xx_eth: fix receive buffer DMA unmapping 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>