git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745664e
)
dw_dmac: use proper casting to print dma_addr_t values
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 19 Jun 2012 10:34:02 +0000
(13:34 +0300)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Thu, 21 Jun 2012 02:35:33 +0000
(08:05 +0530)
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>
No differences found