From: Alex Chiang Date: Sun, 8 Mar 2009 02:35:47 +0000 (-0700) Subject: PCIe: portdrv: call pci_disable_device during remove X-Git-Tag: v2.6.27.20~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edefbccb4c061e26a7390ecaee6f2fc0c1399b32;p=pandora-kernel.git PCIe: portdrv: call pci_disable_device during remove commit d89987193631bf23d1735c55d13a06d4b8d0e9bd upstream. The PCIe port driver calls pci_enable_device() during probe but never calls pci_disable_device() during remove. Signed-off-by: Alex Chiang Signed-off-by: Matthew Wilcox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed