]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
debugfs: remove redundant initialization of dentry
authorSasha Levin <sasha.levin@oracle.com>
Thu, 20 Dec 2012 19:11:22 +0000 (14:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 21:02:08 +0000 (13:02 -0800)
commit1884bd4b1461d16d10ab4ab4d19725b4e0717f7a
tree41b733040b563fafe8119a032d92c288ec6b8428
parent2202d4e81bade6a10a58897d2bb24a5db5950a1c
debugfs: remove redundant initialization of dentry

We already initialize it to NULL when declaring it, no need to do
that twice.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/inode.c