mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PCI]
- Fix a crash that occurs when a device is started which requires no resources svn path=/trunk/; revision=46767
This commit is contained in:
@@ -1199,6 +1199,9 @@ PdoStartDevice(
|
||||
PPDO_DEVICE_EXTENSION DeviceExtension = DeviceObject->DeviceExtension;
|
||||
UCHAR Irq;
|
||||
|
||||
if (!RawResList)
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
/* TODO: Assign the other resources we get to the card */
|
||||
|
||||
for (i = 0; i < RawResList->Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user