From 739c080eef55e6c5102cedf45be01be9e856a0fe Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Mon, 1 Feb 2021 11:52:51 +0100 Subject: device/device.c: Print done at end of assign_resources() First and last printk() log the same string. Add done at end of function. BUG = N/A TEST = Build and boot faceboot FBG1701 Change-Id: I66a64c7473a65206c3a4c4396c8c8ecba1eb1a57 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/50189 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/device/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/device.c b/src/device/device.c index fe1ced5805..18efd5dcd5 100644 --- a/src/device/device.c +++ b/src/device/device.c @@ -284,7 +284,7 @@ void assign_resources(struct bus *bus) curdev->ops->set_resources(curdev); } post_log_clear(); - printk(BIOS_SPEW, "%s %s, bus %d link: %d\n", + printk(BIOS_SPEW, "%s %s, bus %d link: %d done\n", dev_path(bus->dev), __func__, bus->secondary, bus->link_num); } -- cgit v1.2.3