commit | b90fe1568ff9574952a2750a30b85481a0df5c32 | [log] [tgz] |
---|---|---|
author | Hitoshi Mitake <mitake.hitoshi@gmail.com> | Mon Jan 13 13:26:18 2014 +0900 |
committer | Borislav Petkov <bp@suse.de> | Fri Feb 07 11:34:55 2014 +0100 |
tree | 0adeb4e27c156526cfa93f1a90d63642877f4260 | |
parent | c2e650c49a1795238895a474873a12c6c5662833 [diff] |
i3200_edac: Add a missing pci_disable_device() on the exit path Currently, i3200_edac.c forgets to call pci_disable_device() during a process of disabling device. This patch adds that call. The problem was detected by Huqiu Liu. Reported-by: Huqiu Liu <liuhq11@mails.tsinghua.edu.cn> Signed-off-by: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> Link: http://lkml.kernel.org/r/1389587178-10167-1-git-send-email-mitake.hitoshi@gmail.com Signed-off-by: Borislav Petkov <bp@suse.de>