From 299c671f57715d5c882eaf0606b1e45ecbd5c73a Mon Sep 17 00:00:00 2001 From: Christian Iversen Date: Tue, 26 Jan 2021 22:36:15 +0100 Subject: [PATCH] [hermon] Add a debug notice when initialization is complete Signed-off-by: Christian Iversen Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/drivers/infiniband/hermon.c | 1 + 1 file changed, 1 insertion(+) 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: