commit | f09bc831b7693f93ecb95dea7180d55b45b88e76 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Jul 04 09:01:18 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Jul 03 23:47:22 2011 -0600 |
tree | d47c3408c86b147c77dd33e5295c7892ae8a9f7f | |
parent | a3b853633d78c3930b513ee219df48637ac82eed [diff] |
dt: add 'const' for of_property_read_string parameter **out_string The existing dt codes usually call of_get_property to get a string property and save it as a 'const char *'. The patch adds'const' for of_property_read_string parameter **out_string to make the converting of existing code a little easier. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>