Commit c2e650c4 authored by Aristeu Rozanski's avatar Aristeu Rozanski Committed by Borislav Petkov

i5400_edac: Disable device when unloading module

This was found by Huqiu Liu using a static analysis.
Reported-by: default avatarHuqiu Liu <liuhq11@mails.tsinghua.edu.cn>
Signed-off-by: default avatarAristeu Rozanski <aris@redhat.com>
Link: http://lkml.kernel.org/r/20140116162021.GY15716@redhat.comSigned-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 2edbf569
...@@ -1408,6 +1408,8 @@ static void i5400_remove_one(struct pci_dev *pdev) ...@@ -1408,6 +1408,8 @@ static void i5400_remove_one(struct pci_dev *pdev)
/* retrieve references to resources, and free those resources */ /* retrieve references to resources, and free those resources */
i5400_put_devices(mci); i5400_put_devices(mci);
pci_disable_device(pdev);
edac_mc_free(mci); edac_mc_free(mci);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment