]> 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>
Thu, 13 Sep 2012 01:01:30 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 20 Sep 2012 07:05:27 +0000 (17:05 +1000)
commit308984b4eb397702ab06ec7ee0d6a0b691288fd3
tree11e882005147e39a85bec6417b88b92a459a5ab6
parent6645fba7c99371d67e03d4d00634dea55c882e20
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