]> 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>
Fri, 21 Sep 2012 01:03:27 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 21 Sep 2012 05:59:26 +0000 (15:59 +1000)
commit5ccba020ac1e5d33c6751fcfec20c95bc51b2f7c
treef37674f11305f0506bf54f694d3fbf36230964a3
parentacfb79aa7a88c897ba79aa3df240b6be48c4d724
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