提交 4bb8089c 编写于 作者: A Al Viro

[PATCH] kernel/sys.c NULL noise removal

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 53f087fe
......@@ -428,7 +428,7 @@ void kernel_kexec(void)
{
#ifdef CONFIG_KEXEC
struct kimage *image;
image = xchg(&kexec_image, 0);
image = xchg(&kexec_image, NULL);
if (!image) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册