Commit 4bb8089c authored by Al Viro's avatar Al Viro
Browse files

[PATCH] kernel/sys.c NULL noise removal



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 53f087fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}