of: fdt: Constify 'pathp'
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 12 Nov 2012 20:30:49 +0000 (18:30 -0200)
committerRob 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