]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/proc/root.c: use NULL instead of 0 for pointer
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 13 Sep 2012 01:01:30 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:46:20 +0000 (20:46 +1000)
commit5c4c30c6cc53e06e5cd620cbd298e694907b9597
tree910788e0dd8575f14071ae485d06c57f520adbaf
parent7703383f09936a3f6757924729ebef7f0ecf3749
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>
fs/proc/root.c