summaryrefslogtreecommitdiffstats
path: root/oem.c
diff options
context:
space:
mode:
Diffstat (limited to 'oem.c')
-rw-r--r--oem.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/oem.c b/oem.c
index a5781c0..c1a3473 100644
--- a/oem.c
+++ b/oem.c
@@ -44,10 +44,6 @@ int ipc_svc_display_screen(struct ipc_message *message)
if (client == NULL || client->data == NULL)
return 0;
- rc = ril_radio_state_check(RADIO_STATE_SIM_NOT_READY);
- if (rc < 0)
- return 0;
-
ipc_fmt_data = (struct ipc_fmt_data *) client->data;
count = ipc_svc_display_screen_count_extract(message->data, message->size);
@@ -117,10 +113,6 @@ int ril_request_oem_hook_raw(void *data, size_t size, RIL_Token token)
if (client == NULL || client->data == NULL)
goto error;
- rc = ril_radio_state_check(RADIO_STATE_SIM_NOT_READY);
- if (rc < 0)
- return RIL_REQUEST_UNHANDLED;
-
request = ril_request_find_request_status(RIL_REQUEST_OEM_HOOK_RAW, RIL_REQUEST_HANDLED);
if (request != NULL)
return RIL_REQUEST_UNHANDLED;