mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:25:44 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=17096
This commit is contained in:
parent
eac9a2caf0
commit
db692d3cdc
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ FdoSetPower(
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Status = STATUS_UNSUCCESSFUL;
|
Status = STATUS_UNSUCCESSFUL;
|
||||||
|
return Status;
|
||||||
}
|
}
|
||||||
if (!DeviceExtension->SystemStates[AcpiState]) {
|
if (!DeviceExtension->SystemStates[AcpiState]) {
|
||||||
DPRINT("System sleep state S%d is not supported by hardware\n", AcpiState);
|
DPRINT("System sleep state S%d is not supported by hardware\n", AcpiState);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue