]> 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>
Wed, 26 Sep 2012 01:34:56 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:53 +0000 (17:28 +1000)
commit1f01d363a52fb7bc0c1e4413baa787b81af949aa
treec193b80d3aeaccecbbcb74b01bdf9e2715482941
parent3fcd0b2158aa40fb56fb74ff5ac167a6427bd888
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