]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
pci: allow multiple calls to pcim_enable_device()
authorTejun Heo <htejun@gmail.com>
Wed, 30 Jan 2008 09:20:04 +0000 (18:20 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 1 Feb 2008 17:26:44 +0000 (12:26 -0500)
commitb95d58eaf20eb33c245a2172ec4ecf46bd832309
tree432e1688aeb0b752a1c25c4cc6711b470b008fe9
parent9f24e82d07e2c64467d0c0c04a798de56461fd4a
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 <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/pci/pci.c