projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f087f
)
[PATCH] kernel/sys.c NULL noise removal
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 1 Feb 2006 10:57:32 +0000
(
05:57
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 01:57:47 +0000
(20:57 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/sys.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sys.c
b/kernel/sys.c
index 0929c698affce76e1d48e52ca456b6c82298f928..f91218a5463e48e9716b3d14a4d54500477c6a6d 100644
(file)
--- a/
kernel/sys.c
+++ b/
kernel/sys.c
@@
-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;
}