View | Details | Raw Unified | Return to bug 6024
Collapse All | Expand All

(-)linux-2.6.15/drivers/pci/pci-driver.c~pci_device_state_workaround (+2 lines)
Lines 251-256 static int pci_device_remove(struct devi Link Here
251
		if (drv->remove)
251
		if (drv->remove)
252
			drv->remove(pci_dev);
252
			drv->remove(pci_dev);
253
		pci_dev->driver = NULL;
253
		pci_dev->driver = NULL;
254
		/* we should put this in pci_disable_device */
255
		pci_dev->current_state = PCI_UNKNOWN;
254
	}
256
	}
255
257
256
	/*
258
	/*

Return to bug 6024