]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove
authorFabian Frederick <fabf@skynet.be>
Fri, 8 Aug 2014 21:23:37 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:27 +0000 (15:57 -0700)
commite0d9bf4cc0888befd00b1a7db383681be68aada9
tree913dc84ad78bb8b120729c0008c111953a7295be
parentfda9f9903be6c3b590472c175c514b0834bb3c83
fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove

This fixes checkpatch warning:

  WARNING: debugfs_remove(NULL) is safe this check is probably not required

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Christine Caulfield <ccaulfie@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dlm/debug_fs.c