[CMBATT]: Fix typo in CmBattPowerCallBack caught by aicom.

svn path=/trunk/; revision=46335
This commit is contained in:
Sir Richard 2010-03-22 01:57:11 +00:00
parent 6bd098b58b
commit 2e83cf2b10

View file

@ -38,7 +38,7 @@ CmBattPowerCallBack(IN PCMBATT_DEVICE_EXTENSION DeviceExtension,
if (Action == PO_CB_SYSTEM_STATE_LOCK)
{
/* We have just re-entered S0: call the wake DPC in 10 seconds */
if (Value == 0)
if (Value == 1)
{
if (CmBattDebug & 0x10)
DbgPrint("CmBattPowerCallBack: Calling CmBattWakeDpc after 10 seconds.\n");