Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[cascardo/linux.git] / arch / powerpc / lib / dma-noncoherent.c
index 5d83907..31734c0 100644 (file)
@@ -203,7 +203,7 @@ __dma_alloc_coherent(size_t size, dma_addr_t *handle, gfp_t gfp)
                /*
                 * Set the "dma handle"
                 */
-               *handle = page_to_bus(page);
+               *handle = page_to_phys(page);
 
                do {
                        BUG_ON(!pte_none(*pte));