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)
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>

No differences found