commit | b4b7a53c8931252d08ad19f8bf917c80a27b00b9 | [log] [tgz] |
---|---|---|
author | Zhao Gongyi <zhaogongyi@huawei.com> | Mon Sep 05 21:36:12 2022 +0800 |
committer | Sasha Levin <sashal@kernel.org> | Sun Oct 09 10:53:54 2022 -0400 |
tree | b188e906347648cb9211d35e7ac91528612d4dc1 | |
parent | a01879a241a1be968b512f36240ab53cad0ff6e6 [diff] |
selftests/cpu-hotplug: Use return instead of exit [ Upstream commit 972cf4ce51ef5532d56822af17defb148aac0ccb ] Some cpus will be left in offline state when online function exits in some error conditions. Use return instead of exit to fix it. Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>