ext3: Replace 0 with NULL for pointer in super.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 4 Sep 2012 08:12:00 +0000 (13:42 +0530)
committerJan Kara <jack@suse.cz>
Tue, 4 Sep 2012 09:59:13 +0000 (11:59 +0200)
Fixes the following sparse warning:
fs/ext3/super.c:983:45: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found