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:
5e86bfd
)
powerpc/boot/fdt: Use unsigned long for pointer casts
author
Jeremy Kerr
<jk@ozlabs.org>
Wed, 11 Feb 2015 04:55:44 +0000
(12:55 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 16 Mar 2015 07:58:30 +0000
(18:58 +1100)
Now that the wrapper supports 64-bit builds, we see warnings when
attempting to cast pointers to int. Use unsigned long instead.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found