Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359972
b: refs/heads/master
c: 59b9796
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 21, 2013
1 parent 6130e67 commit e40f6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9cbc6d38f25ae8fb3efd0b1c14f4f18c1d9f0369
refs/heads/master: 59b9796d1e0e5edb6eb3d5ae550eac0d53d27adb
6 changes: 2 additions & 4 deletions trunk/drivers/edac/i5100_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit e40f6d2

Please sign in to comment.