mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[VIDEOPRT] Fix a debug print newline (#8718)
This commit is contained in:
@@ -998,7 +998,7 @@ IntVideoPortQueryBusRelations(PDEVICE_OBJECT DeviceObject, PIRP Irp)
|
||||
if (InterlockedCompareExchange((PLONG)&DeviceExtension->DeviceOpened, 0, 0) == 0)
|
||||
{
|
||||
/* Device not opened. Don't enumerate children yet */
|
||||
WARN_(VIDEOPRT, "Skipping child enumeration because device is not opened");
|
||||
WARN_(VIDEOPRT, "Skipping child enumeration because device is not opened\n");
|
||||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
/* Query children of the device. */
|
||||
|
||||
Reference in New Issue
Block a user