devtree: Drop unused parameter show_devs_tree() call

Change-Id: I14c044bb32713ef4133bce8a8238a2bc200c4959
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18085
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Kyösti Mälkki
2016-08-15 10:04:21 +03:00
committed by Martin Roth
parent 8e4aafb531
commit 3d3c8c30ea
3 changed files with 6 additions and 6 deletions

View File

@@ -989,7 +989,7 @@ void dev_enumerate(void)
show_all_devs(BIOS_SPEW, "Before device enumeration.");
printk(BIOS_SPEW, "Compare with tree...\n");
show_devs_tree(root, BIOS_SPEW, 0, 0);
show_devs_tree(root, BIOS_SPEW, 0);
if (root->chip_ops && root->chip_ops->enable_dev)
root->chip_ops->enable_dev(root);