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:
c22618a
)
of: fdt: Constify 'pathp'
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 12 Nov 2012 20:30:49 +0000
(18:30 -0200)
committer
Rob Herring
<rob.herring@calxeda.com>
Wed, 21 Nov 2012 04:57:40 +0000
(22:57 -0600)
Constify 'pathp' in order to get rid of the following warning:
drivers/of/fdt.c:491:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
[Rob Herring: also constify np and lp]
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
No differences found