aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i5100_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/i5100_edac.c')
-rw-r--r--drivers/edac/i5100_edac.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c
index ad4cc898dc60..6ed11b1881b7 100644
--- a/drivers/edac/i5100_edac.c
+++ b/drivers/edac/i5100_edac.c
@@ -1203,8 +1203,7 @@ static void i5100_remove_one(struct pci_dev *pdev)
priv = mci->pvt_info;
- if (priv->debugfs)
- debugfs_remove_recursive(priv->debugfs);
+ debugfs_remove_recursive(priv->debugfs);
priv->scrub_enable = 0;
cancel_delayed_work_sync(&(priv->i5100_scrubbing));
@@ -1246,8 +1245,7 @@ static int __init i5100_init(void)
static void __exit i5100_exit(void)
{
- if (i5100_debugfs)
- debugfs_remove(i5100_debugfs);
+ debugfs_remove(i5100_debugfs);
pci_unregister_driver(&i5100_driver);
}