From 87528900ad4166b7f7ecb29f1c686884357a5eed Mon Sep 17 00:00:00 2001 From: Frederic Barrat Date: Fri, 5 Apr 2019 16:33:04 +0200 Subject: opal/hmi: Never trust a cow! With opencapi, it's fairly common to trigger HMIs during AFU development on the FPGA, by not replying in time to an NPU command, for example. So shift the blame reported by that cow to avoid crowding my mailbox. Signed-off-by: Frederic Barrat Signed-off-by: Stewart Smith --- core/hmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hmi.c b/core/hmi.c index 26277fa6..6a391ec4 100644 --- a/core/hmi.c +++ b/core/hmi.c @@ -679,7 +679,7 @@ static void find_npu2_checkstop_reason(int flat_chip_id, if (npu2_hmi_verbose) { npu2_dump_scoms(flat_chip_id); prlog(PR_ERR, " _________________________ \n"); - prlog(PR_ERR, "< It's Driver Debug time! >\n"); + prlog(PR_ERR, "< It's Debug time! >\n"); prlog(PR_ERR, " ------------------------- \n"); prlog(PR_ERR, " \\ ,__, \n"); prlog(PR_ERR, " \\ (oo)____ \n"); -- cgit v1.2.1