Sync with trunk r58740.
[reactos.git] / drivers / bus / pcix / power.c
index d57c1b7..ad1a8af 100644 (file)
@@ -191,8 +191,8 @@ PciSetPowerManagedDevicePowerState(IN PPCI_PDO_EXTENSION DeviceExtension,
         if (DeviceState < DeviceExtension->PowerState.CurrentDeviceState)
         {
             /* We would normally re-assign resources after powerup */
-            UNIMPLEMENTED;
-            while (TRUE);
+            UNIMPLEMENTED_DBGBREAK();
+            Status = STATUS_NOT_IMPLEMENTED;
         }
     }