From: Michael Buesch Date: Mon, 6 Apr 2009 09:52:27 +0000 (+0000) Subject: b44: Use kernel DMA addresses for the kernel DMA API X-Git-Tag: v2.6.27.22~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a046c93a8bc34da2d41b777a785436e9dfa92180;p=pandora-kernel.git b44: Use kernel DMA addresses for the kernel DMA API commit 37efa239901493694a48f1d6f59f8de17c2c4509 upstream. 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 Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed