commit | 9243224687bd92674c693546a46f849b1a54c75c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:14 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:11:14 2022 -0400 |
tree | 272469ce1632ed91fda082cf1e5cbd7f2dec8b60 | |
parent | 4b1f5714658e98f55e9dbae58fd5000f9a3fcbd3 [diff] |
dm: core: Rename ofnode_get_property_by_prop() The current name is quite unwieldy. Change it to use an ofprop_ prefix and shorten it. Fix the return-value comment while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>