From: Hitoshi Mitake Date: Mon, 13 Jan 2014 04:26:18 +0000 (+0900) Subject: i3200_edac: Add a missing pci_disable_device() on the exit path X-Git-Tag: v3.15-rc1~144^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90fe1568ff9574952a2750a30b85481a0df5c32;p=pandora-kernel.git 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 Signed-off-by: Hitoshi Mitake Link: http://lkml.kernel.org/r/1389587178-10167-1-git-send-email-mitake.hitoshi@gmail.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed