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-03 15:57:15 -08:00
2012-12-20 14:00:13 -08:00
2013-01-02 17:36:10 -08:00
2013-01-27 01:35:32 +01:00
2012-12-19 11:47:22 -08:00
2013-01-08 09:44:06 +01:00
2013-01-02 17:36:10 -08:00
2012-12-20 14:04:11 -08:00
2013-01-21 14:24:37 -05:00
2013-01-03 15:57:16 -08:00
2013-01-14 13:29:15 -05:00
2013-01-11 14:54:56 -08:00
2012-12-20 20:00:43 -08:00
2012-12-19 07:18:35 -08:00
2013-01-11 14:54:56 -08:00
2012-12-20 18:05:28 -08:00
2012-12-19 07:55:08 -08:00
2012-12-19 07:55:08 -08:00
2013-01-11 14:54:54 -08:00
2013-01-15 14:18:04 +01:00
2013-01-09 08:26:53 -08:00
2012-12-20 13:57:36 -05:00
2012-12-21 20:23:41 +00:00
2012-12-20 12:05:06 +05:30
2013-01-30 11:51:59 -08:00
2012-12-20 14:04:11 -08:00
2012-12-20 18:49:14 -05:00
2012-12-20 22:34:00 +00:00
2012-12-20 22:04:07 +00:00
2013-01-10 10:57:01 -08:00
2013-01-11 14:54:54 -08:00
2013-01-04 16:11:45 -08:00
2012-12-25 13:29:52 -05:00
2012-12-20 17:40:20 -08:00
2013-01-14 13:29:15 -05:00
2013-01-11 14:54:55 -08:00
2013-01-02 17:32:13 -08:00
2013-01-11 14:54:56 -08:00
2013-01-04 16:11:46 -08:00
2013-01-12 13:27:05 +10:30
2013-01-04 16:11:45 -08:00
2012-12-25 18:45:06 -05:00
2013-01-11 15:55:48 -08:00
2012-12-19 16:15:17 +00:00
2013-02-06 11:06:36 +00:00
2012-12-26 14:57:34 -08:00
2012-12-26 10:43:06 -07:00
2012-12-25 16:10:05 -08:00
2012-12-25 16:10:05 -08:00
2013-01-03 15:57:14 -08:00
2013-01-20 12:26:05 -08:00
2013-01-11 14:54:56 -08:00
2013-01-16 12:13:20 -08:00
2013-01-22 08:50:08 -08:00
2013-01-14 18:16:59 -05:00
2012-12-19 18:07:41 -05:00
2012-12-20 18:05:28 -08:00
2012-12-19 22:24:55 +01:00