mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=17096
This commit is contained in:
@@ -694,6 +694,7 @@ FdoSetPower(
|
||||
break;
|
||||
default:
|
||||
Status = STATUS_UNSUCCESSFUL;
|
||||
return Status;
|
||||
}
|
||||
if (!DeviceExtension->SystemStates[AcpiState]) {
|
||||
DPRINT("System sleep state S%d is not supported by hardware\n", AcpiState);
|
||||
|
||||
Reference in New Issue
Block a user