]> git.baikalelectronics.ru Git - kernel.git/commit
fs/reiserfs/inode.c: replace 0 by NULL for pointers
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Feb 2015 21:45:33 +0000 (13:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:51 +0000 (14:34 -0800)
commit1b1b54cbfd96d515fb4967d7112b518393945242
tree5086c3896d518674abb0f23ecf29ff5716c3396f
parent53cff131719ea1b87184fbdd88ed30d2a1c25989
fs/reiserfs/inode.c: replace 0 by NULL for pointers

Fix sparse warning:

  fs/reiserfs/inode.c:2769:19: warning: Using plain integer as NULL pointer

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/inode.c