commit | 37efa239901493694a48f1d6f59f8de17c2c4509 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Mon Apr 06 09:52:27 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 06 17:51:29 2009 -0700 |
tree | 92e673b2459eef6b35218e306248a4b6e949715c | |
parent | 35a7433c789ba6df6d96b70fa745ae9e6cac0038 [diff] |
b44: Use kernel DMA addresses for the kernel DMA API We must not use the device DMA addresses for the kernel DMA API, because device DMA addresses have an additional offset added for the SSB translation. Use the original dma_addr_t for the sync operation. Cc: stable@kernel.org Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: David S. Miller <davem@davemloft.net>