[VIDEOPRT] Fix a debug print newline (#8718)

This commit is contained in:
Hermès Bélusca-Maïto
2026-03-08 15:24:55 +01:00
parent f4786c1b91
commit e6f7e89ccd
+1 -1
View File
@@ -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. */