Fix pdo->fdo typo, causing serious errors, ending up driver unloadable at all. Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.c _____
Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.c --- trunk/reactos/drivers/usb/cromwell/host/ohci_main.c 2005-06-11 19:56:12 UTC (rev 15861) +++ trunk/reactos/drivers/usb/cromwell/host/ohci_main.c 2005-06-11 21:29:59 UTC (rev 15862) @@ -77,7 +77,7 @@
}
// zerofill device extension - DeviceExtension = (POHCI_DEVICE_EXTENSION)pdo->DeviceExtension; + DeviceExtension = (POHCI_DEVICE_EXTENSION)fdo->DeviceExtension; RtlZeroMemory(DeviceExtension, sizeof(OHCI_DEVICE_EXTENSION)); DeviceExtension->NextDeviceObject = IoAttachDeviceToDeviceStack(fdo, pdo);