]> Pileus Git - ~andy/linux/commit
batman-adv: remove useless NULL check
authorAntonio Quartulli <ordex@autistici.org>
Thu, 29 Nov 2012 00:03:31 +0000 (01:03 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Sat, 12 Jan 2013 10:58:22 +0000 (20:58 +1000)
commit3f87c4239fa1df61beffbee2ca00e8ffbe31a5e3
treea41fb2169986f164fffbce1d760ca02876d40d86
parent46d160ef887963f26fee2df3d3b99eab54637014
batman-adv: remove useless NULL check

debugfs_remove_recursive() checks whether its argument is not null
on its own, therefore it is possible to remove the external check.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/debugfs.c