hulk inclusion category: bugfix bugzilla: https://atomgit.com/src-openeuler/kernel/issues/13285 -------------------------------- This reverts commit 0a11a524036a39abecb986757e5008df61ab9533. This patch is a bugfix for 982bc64e4c6e ("firmware: arm_sdei: Fix "firmware: arm_sdei: Fix sleep from invalid context BUG" KABI issue"). Since the parent patch should be reverted, this related patch also reverts. Fixes: 0a11a524036a ("firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()") Signed-off-by: Xinyu Zheng <zhengxinyu6@huawei.com> --- drivers/firmware/arm_sdei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/arm_sdei.c b/drivers/firmware/arm_sdei.c index 244756e93c99..8ce4f9e4c641 100644 --- a/drivers/firmware/arm_sdei.c +++ b/drivers/firmware/arm_sdei.c @@ -821,7 +821,7 @@ static int sdei_device_freeze(struct device *dev) int err; /* unregister private events */ - cpuhp_remove_state(sdei_hp_state); + cpuhp_remove_state(sdei_entry_point); err = sdei_unregister_shared(); if (err) -- 2.34.1