commit | bdbd96a1def1bb6e4a939142c0f138b9543addcf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:11 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 15:58:03 2025 -0600 |
tree | d336d1d1b7701479f42333232e418f1e173273ae | |
parent | 004f5bdcf6b02810a2d0d0728880b22a057f52b7 [diff] |
ofnode: Update of_add_subnode() to indicate name is alloced This function allocates memory for the node name, so mention this in the function comment. Signed-off-by: Simon Glass <sjg@chromium.org>