]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: cpqphp: Remove unnecessary null test before debugfs_remove()
authorFabian Frederick <fabf@skynet.be>
Sat, 28 Jun 2014 09:44:43 +0000 (11:44 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Jul 2014 20:53:44 +0000 (14:53 -0600)
commit5d37818b9ccbec660abb3a11d4ffb0aba0e3c809
treeb1c70752a91361f5cbd530660ad2a611d4d94a8a
parent0d25d35c987d7b0b63368d9c1ae35a917e1a7bab
PCI: cpqphp: Remove unnecessary null test before debugfs_remove()

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

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Ryan Desfosses <ryan@desfo.org>
drivers/pci/hotplug/cpqphp_sysfs.c