diff options
Diffstat (limited to 'drivers/edac/edac_pci_sysfs.c')
-rw-r--r-- | drivers/edac/edac_pci_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_pci_sysfs.c b/drivers/edac/edac_pci_sysfs.c index 0056c4dae9d5..e8658e451762 100644 --- a/drivers/edac/edac_pci_sysfs.c +++ b/drivers/edac/edac_pci_sysfs.c | |||
@@ -429,8 +429,8 @@ static void edac_pci_main_kobj_teardown(void) | |||
429 | if (atomic_dec_return(&edac_pci_sysfs_refcount) == 0) { | 429 | if (atomic_dec_return(&edac_pci_sysfs_refcount) == 0) { |
430 | edac_dbg(0, "called kobject_put on main kobj\n"); | 430 | edac_dbg(0, "called kobject_put on main kobj\n"); |
431 | kobject_put(edac_pci_top_main_kobj); | 431 | kobject_put(edac_pci_top_main_kobj); |
432 | edac_put_sysfs_subsys(); | ||
432 | } | 433 | } |
433 | edac_put_sysfs_subsys(); | ||
434 | } | 434 | } |
435 | 435 | ||
436 | /* | 436 | /* |