summaryrefslogtreecommitdiffstats
path: root/pwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'pwr.c')
-rw-r--r--pwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwr.c b/pwr.c
index e4cf5a7..766390e 100644
--- a/pwr.c
+++ b/pwr.c
@@ -35,7 +35,7 @@ void ipc_pwr_phone_pwr_up(void)
ril_data.state.radio_state = RADIO_STATE_OFF;
ril_data.state.power_state = IPC_PWR_PHONE_STATE_LPM;
- ril_request_unsolicited(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, NULL, 0);
+ RIL_START_UNLOCK();
}
/**