dma: dw: use %pad instead of casting dma_addr_t
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 13 Jan 2014 12:04:50 +0000 (14:04 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 20 Jan 2014 08:26:37 +0000 (13:56 +0530)
commit5a87f0e618c709b982c1fa568a30346c38ea28de
treee9077f3fdd6e2d08f8b6012237eaa00a9b6ea3f2
parentfc61f6b4f348f8ee9e798fb9f25c45398799d2e8
dma: dw: use %pad instead of casting dma_addr_t

Since we have nice helper to print dma_addr_t values by reference we may use it
instead of explicit casting to a longest type.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/core.c