diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2012-12-18 11:32:03 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2013-02-06 12:06:36 +0100 |
commit | c0a05bf0182efdf7cd1fd8aa327e7a602360b67e (patch) | |
tree | 09776279dbef4d91b333e0a65542ae791f66da54 /Documentation/devicetree | |
parent | of: Output devicetree alias names in uevent (diff) | |
download | linux-c0a05bf0182efdf7cd1fd8aa327e7a602360b67e.tar.xz linux-c0a05bf0182efdf7cd1fd8aa327e7a602360b67e.zip |
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>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions