drivers/usb/host/fhci-dbg.c: remove unnecessary null test before debugfs_remove
authorFabian Frederick <fabf@skynet.be>
Thu, 26 Jun 2014 17:18:38 +0000 (19:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 23:13:03 +0000 (16:13 -0700)
commit64024d9f2af45552b93d9d07d0119fe1855ca45f
tree3bcff21cb02d3e42cae7eb60e325a86081f0a808
parent3632eba532fce0651f69d605177b53ff8d91d91e
drivers/usb/host/fhci-dbg.c: remove unnecessary null test before debugfs_remove

This fixes 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fhci-dbg.c
This page took 0.024519 seconds and 5 git commands to generate.