aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad_debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/bfad_debugfs.c')
-rw-r--r--drivers/scsi/bfa/bfad_debugfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/bfa/bfad_debugfs.c b/drivers/scsi/bfa/bfad_debugfs.c
index caca9b7c8309..439c012be763 100644
--- a/drivers/scsi/bfa/bfad_debugfs.c
+++ b/drivers/scsi/bfa/bfad_debugfs.c
@@ -557,8 +557,7 @@ bfad_debugfs_exit(struct bfad_port_s *port)
557 } 557 }
558 } 558 }
559 559
560 /* 560 /* Remove the pci_dev debugfs directory for the port */
561 * Remove the pci_dev debugfs directory for the port */
562 if (port->port_debugfs_root) { 561 if (port->port_debugfs_root) {
563 debugfs_remove(port->port_debugfs_root); 562 debugfs_remove(port->port_debugfs_root);
564 port->port_debugfs_root = NULL; 563 port->port_debugfs_root = NULL;