From 3d3c8c30ead13f641d97e4b526547fe5af71522f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 15 Aug 2016 10:04:21 +0300 Subject: devtree: Drop unused parameter show_devs_tree() call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I14c044bb32713ef4133bce8a8238a2bc200c4959 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/18085 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/device/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/device.c') diff --git a/src/device/device.c b/src/device/device.c index 9ea32cca49..0231ec72c9 100644 --- a/src/device/device.c +++ b/src/device/device.c @@ -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); -- cgit v1.2.3