mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
- Missed this from my last commit
svn path=/trunk/; revision=46984
This commit is contained in:
parent
a31725e572
commit
2fa4179cf2
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ IopAssignDeviceResources(
|
|||
if (!DeviceNode->BootResources && !DeviceNode->ResourceRequirements)
|
||||
{
|
||||
DeviceNode->Flags |= DNF_NO_RESOURCE_REQUIRED;
|
||||
DeviceNode->Flags &= ~DNF_ASSIGNING_RESOURCES;
|
||||
|
||||
/* No resource needed for this device */
|
||||
DeviceNode->ResourceList = NULL;
|
||||
|
|
Loading…
Reference in a new issue