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>
This commit is contained in:
Simon Glass
2022-05-08 04:39:19 -06:00
parent 06d590844f
commit 1452870404
3 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ static void show_devices(struct udevice *dev, int depth, int last_flag)
}
}
void dm_dump_all(void)
void dm_dump_tree(void)
{
struct udevice *root;