commit | d94d7430763a12a2e1545a888b3ce2f319c04fa8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 08 04:39:19 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:52 2022 +0100 |
tree | 4d74f730b71202a9a96c5a5d7185f51904cc5b1c | |
parent | deccc81e9c6b174e27f042fd500988bb28b709fa [diff] |
dm: core: Rename dm_dump_all() This is not a good name anymore as it does not dump everything. Rename it to dm_dump_tree() to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org>