]> git.baikalelectronics.ru Git - kernel.git/commit
fs/proc/root.c: use NULL instead of 0 for pointer
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 5 Oct 2012 00:15:46 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:05:19 +0000 (03:05 +0900)
commit093626232d27dd78bc952ee80a0aba4ad0f90842
tree562d853ed47cab5911cbd97d55a1061233824651
parentc62a5ad0763092639699ad69af7a0cb7256329a4
fs/proc/root.c: use NULL instead of 0 for pointer

This cleanup also fixes the following sparse warning:

  fs/proc/root.c:64:45: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/root.c