1
0
forked from me/IronOS

Update policy_engine.cpp

This commit is contained in:
Ben V. Brown
2021-04-05 11:58:01 +10:00
parent f7b7915be4
commit d8f2aff402

View File

@@ -344,7 +344,6 @@ PolicyEngine::policy_engine_state PolicyEngine::pe_sink_ready() {
if (evt & PDB_EVT_PE_I_OVRTEMP) {
return PESinkHardReset;
}
/* If the DPM wants us to, send a Get_Source_Cap message */
if (evt & PDB_EVT_PE_GET_SOURCE_CAP) {
return PESinkGetSourceCap;