Home
last modified time | relevance | path

Searched hist:a6fd78620f25ad491f9a7305fc600352febc6729 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Darm_sdei.cdiff a6fd78620f25ad491f9a7305fc600352febc6729 Wed Oct 16 03:47:40 CDT 2024 Xiongfeng Wang <wangxiongfeng2@huawei.com> firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()

[ Upstream commit c83212d79be2c9886d3e6039759ecd388fd5fed1 ]

In sdei_device_freeze(), the input parameter of cpuhp_remove_state() is
passed as 'sdei_entry_point' by mistake. Change it to 'sdei_hp_state'.

Fixes: d2c48b2387eb ("firmware: arm_sdei: Fix sleep from invalid context BUG")
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Reviewed-by: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/r/20241016084740.183353-1-wangxiongfeng2@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>