ext4: Fix sparse warning: Using plain integer as NULL pointer
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 22 Feb 2011 02:01:42 +0000 (21:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Feb 2011 02:01:42 +0000 (21:01 -0500)
This patch fixes the warning "Using plain integer as NULL pointer",
generated by sparse, by replacing the offending 0s with NULL.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found