commit | 2f45d613ffae00d3355de7871d9cbfd0f2292971 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 19 13:34:02 2012 +0300 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Jun 21 08:05:33 2012 +0530 |
tree | 4923e5014c2a5a492ea0d4c5f5433669e59c5ac5 | |
parent | 745664ebe0a97237fb026d2c0aa1c689f9395f0c [diff] |
dw_dmac: use proper casting to print dma_addr_t values dma_addr_t is sometimes 32 bit and sometimes 64. We normally cast them to unsigned long long for printk(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.linux@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>