From: Tejun Heo Date: Wed, 30 Jan 2008 09:20:04 +0000 (+0900) Subject: pci: allow multiple calls to pcim_enable_device() X-Git-Tag: v2.6.25-rc1~1079^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95d58eaf20eb33c245a2172ec4ecf46bd832309;p=pandora-kernel.git pci: allow multiple calls to pcim_enable_device() There's no reason not to allow multiple calls to pcim_enable_device(). Calls after the first one can simply be noop. All PCI resources will be released when the initial pcim_enable_device() resource is released. This allows more flexibility to managed PCI users. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed