From: Christian Iversen Date: Tue, 26 Jan 2021 21:36:15 +0000 (+0100) Subject: [hermon] Add a debug notice when initialization is complete X-Git-Tag: secboot-ioactive-20221109~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299c671f57715d5c882eaf0606b1e45ecbd5c73a;p=thirdparty%2Fipxe.git [hermon] Add a debug notice when initialization is complete Signed-off-by: Christian Iversen Modified-by: Michael Brown Signed-off-by: Michael Brown --- diff --git a/src/drivers/infiniband/hermon.c b/src/drivers/infiniband/hermon.c index 68ce5d4a0..e3b692dc9 100644 --- a/src/drivers/infiniband/hermon.c +++ b/src/drivers/infiniband/hermon.c @@ -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: