commit | 9fb88442105f5fce96ea343927500d6307c8c550 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Oct 04 17:15:46 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Oct 06 03:05:19 2012 +0900 |
tree | 562d853ed47cab5911cbd97d55a1061233824651 | |
parent | ab4a1f247003ad146c1a1067b2ba043922d0dff2 [diff] |
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>