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:
0f1bf4b
)
staging: slicoss: Remove dma_addr_t cast compilation warnings
author
Joe Perches
<joe@perches.com>
Wed, 27 Feb 2013 00:33:11 +0000
(16:33 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:24:00 +0000
(09:24 -0700)
Eliminate some warnings by casting to unsigned long before
casting a dma_addr_t value to a pointer.
btw:
Does slicoss always work on x86-32?
Is a pshmem guaranteed to be accessible
by a 32 bit address?
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found