From b90fe1568ff9574952a2750a30b85481a0df5c32 Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Mon, 13 Jan 2014 13:26:18 +0900 Subject: [PATCH] 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-format-patch failed