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:
2efd72a
)
powerpc: Remove unnecessary casts
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Tue, 6 Jan 2009 13:54:25 +0000
(13:54 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 8 Jan 2009 05:25:16 +0000
(16:25 +1100)
of_get_flat_dt_prop() returns a "void *", so we don't need to cast when
assigning its result to a pointer variable.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found