]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/mfd/ab8500-debugfs.c
mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recursive
authorFabian Frederick <fabf@skynet.be>
Sat, 28 Jun 2014 11:58:17 +0000 (13:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:21 +0000 (14:58 +0100)
commit005d16b6022676ba8c6ae93e2d38cb0e70e0ef92
treeab78c1b6f3670c14aa30df03c8f057ee2475a4bc
parentd1fd345e2087f0362c92bd3b0a1cea7fe636ac3a
mfd: ab8500-debugfs: Remove unnecessary null test before debugfs_remove_recursive

Fix checkpatch warning:
WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ab8500-debugfs.c