diff options
-rw-r--r-- | src/device/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |