dma-mapping: fix debug print to display correct dma_pfn_offset
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 22 Dec 2014 15:35:09 +0000 (10:35 -0500)
committerRob Herring <robh@kernel.org>
Tue, 13 Jan 2015 19:48:45 +0000 (13:48 -0600)
commit3772160d7b5f40f28ed703ada9b7deef5edc0483
tree4ed593c5e45b454d67448468b1d9362a427886b3
parent7c7a9b3de5282b5b83b7a5cf388fb8b5bd30d66e
dma-mapping: fix debug print to display correct dma_pfn_offset

fix the dev_dbg to display the offset which is the calculated
dma_pfn_offset value and set later in the code.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c