What function can the pci_hotplug core call to "check"?
> pci_remove() has no return value, means it cannot fail....
This is correct. If the user asks for the device to be powered down, it
will be powered down, even if the driver attached to that device is busy
doing something.
For 2.5, this will probably change, as we will have the option to ask
the driver if it's ok to shutdown (better power management hooks.)
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/