- Don't use KeBugCheck(0) -- 0 is an invalid bugcode. Use a proper bugcode, DbgBreakP...
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / propertyhandler.cpp
index 5d8559f..9a4bbbd 100644 (file)
@@ -212,7 +212,8 @@ PinPropertyHandler(
     if (!NT_SUCCESS(Status))
     {
         DPRINT("Failed to obtain ISubdevice interface from port driver\n");
-        KeBugCheck(0);
+        DbgBreakPoint();
+        while(TRUE);
     }
 
     // get current stack location