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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user