]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/proc/root.c: use NULL instead of 0 for pointer
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 26 Sep 2012 01:34:56 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 26 Sep 2012 05:45:38 +0000 (15:45 +1000)
commitfdabe7a71d2b323920a517ff907d51f54472594c
tree890150eadb445aebf07b39c5ffba76a624629a7b
parent16d62b3dd13d2cdca235f4732b8a56fb43760a2a
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