mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 04:44:29 +08:00
IoAllocateAdapterChannel should set CurrentIrp field in the wait context block.
svn path=/trunk/; revision=16863
This commit is contained in:
@@ -1212,7 +1212,7 @@ IopInitializeBuiltinDriver(
|
||||
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, &DeviceNode);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
CPRINT("Driver load failed, status (%x)\n", Status);
|
||||
CPRINT("Driver '%s' load failed, status (%x)\n", FileName, Status);
|
||||
return(Status);
|
||||
}
|
||||
} else
|
||||
@@ -1242,7 +1242,7 @@ IopInitializeBuiltinDriver(
|
||||
{
|
||||
if (ModuleDeviceNode == NULL)
|
||||
IopFreeDeviceNode(DeviceNode);
|
||||
CPRINT("Driver load failed, status (%x)\n", Status);
|
||||
CPRINT("Driver '%s' load failed, status (%x)\n", FileName, Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
@@ -1271,7 +1271,7 @@ IopInitializeBuiltinDriver(
|
||||
{
|
||||
if (ModuleDeviceNode == NULL)
|
||||
IopFreeDeviceNode(DeviceNode);
|
||||
CPRINT("Driver load failed, status (%x)\n", Status);
|
||||
CPRINT("Driver '%s' load failed, status (%x)\n", FileName, Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user