[hermon] Add a debug notice when initialization is complete

Signed-off-by: Christian Iversen <ci@iversenit.dk>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/245/head
Christian Iversen 2021-01-26 22:36:15 +01:00 committed by Michael Brown
parent 8b07c88df8
commit 299c671f57
1 changed files with 1 additions and 0 deletions

View File

@ -2945,6 +2945,7 @@ static int hermon_start ( struct hermon *hermon, int running ) {
if ( ( rc = hermon_configure_special_qps ( hermon ) ) != 0 )
goto err_conf_special_qps;
DBGC ( hermon, "Hermon %p device started\n", hermon );
return 0;
err_conf_special_qps: