|
@@ -1193,7 +1193,7 @@ void pci_disable_enabled_device(struct pci_dev *dev)
|
|
* anymore. This only involves disabling PCI bus-mastering, if active.
|
|
* anymore. This only involves disabling PCI bus-mastering, if active.
|
|
*
|
|
*
|
|
* Note we don't actually disable the device until all callers of
|
|
* Note we don't actually disable the device until all callers of
|
|
- * pci_device_enable() have called pci_device_disable().
|
|
|
|
|
|
+ * pci_enable_device() have called pci_disable_device().
|
|
*/
|
|
*/
|
|
void
|
|
void
|
|
pci_disable_device(struct pci_dev *dev)
|
|
pci_disable_device(struct pci_dev *dev)
|