From: Fabian Frederick Date: Tue, 21 Oct 2014 16:20:12 +0000 (+0200) Subject: mac80211: remove unnecessary null test before debugfs_remove() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6761adc77c131ef1601016f9ebbad0a9ae6d1a;p=pandora-kernel.git mac80211: remove unnecessary null test before debugfs_remove() The debugfs_remove() function can safely take NULL parameters so the additionally null test isn't required, and there's no other reason to have it here, so remove it. Signed-off-by: Fabian Frederick [rewrite commit message, re-introduce blank line after assert] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed