Tejun Heo wrote:
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@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> --- This will be used to fix some libata issues. After Greg's ACK, would it be okay to push this through libata-dev#upstream? Thanks. drivers/pci/pci.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
applied, w/ greg's sign-off - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html