Steffen Trumtrar c0a05bf018 of: add 'const' to of_node_full_name parameter
As the function just returns the np->full_name or the string "<no-node>", the
passed device_node pointer is not changed in any way.

The passed parameter can therefore be a const pointer.

Also, fix the following error from checkpatch.pl:

ERROR: "foo* bar" should be "foo *bar"
+static inline const char* of_node_full_name(const struct device_node *np)

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2013-02-06 11:06:36 +00:00
..
2013-01-02 17:36:10 -08:00
2012-12-13 19:20:31 -08:00
2013-01-10 20:06:08 -08:00
2013-01-18 14:05:59 -08:00
2012-12-18 12:26:54 -08:00
2013-01-02 17:36:10 -08:00