From: Mark Lord Date: Wed, 21 Nov 2007 23:07:55 +0000 (-0800) Subject: PCIe: fix double initialization bug X-Git-Tag: v2.6.25-rc1~1074^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecdde93962eacd9c417977a4eabd318dbb612c11;p=pandora-kernel.git PCIe: fix double initialization bug Earlier patches to split out the hardware init for PCIe hotplug resulted in some one-time initializations being redone on every resume cycle. Eg. irq/polling initialization. This patch splits the hardware init into two parts, and separates the one-time initializations from those so that they only ever get done once, as intended. Signed-off-by: Mark Lord Signed-off-by: Andrew Morton Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed