From 18529bce81b4be7532ec0c26431d5447f08ed537 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Tue, 16 May 2023 16:53:51 +0800 Subject: [PATCH] Report err_no to SMC --- 0042-Report-inhibitor-message-to-SMC.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0042-Report-inhibitor-message-to-SMC.patch b/0042-Report-inhibitor-message-to-SMC.patch index 3868af5..8df3a4a 100644 --- a/0042-Report-inhibitor-message-to-SMC.patch +++ b/0042-Report-inhibitor-message-to-SMC.patch @@ -30,7 +30,7 @@ index 63e65e8..4d8cb5d 100644 + + if inhibitor_flag == 1: + # The err_msg length is currently limited to 512, which can be adjusted -+ smc_interface.update_progress_infomation(err_msg="|".join(inhibitor_list)[:512]) ++ smc_interface.update_progress_infomation(err_no=199, err_msg="|".join(inhibitor_list)[:512]) raise RequestStopAfterPhase() -- 1.8.3.1 -- Gitee