]> 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, 28 Sep 2012 00:22:18 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:40 +0000 (14:01 +1000)
commitcef5dc9c5460e01f8ee507c7bc7f3c71ca7cdb36
treeb8a93c519f50266c562099a4d741b76056bd96f4
parentcfd3b3fa727e32637941df12ad9ff17fb8165313
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