summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-09-06 22:09:08 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-09-06 22:09:08 +0200
commitb0dfba56bf5eb32f30efa4f95818fee9afeba7f5 (patch)
tree138ab7905b6a3a7d832b221ae748bb1710d994ff /samsung-ril.c
parent481dc355f29f8f185e36acc900bcf9d23e4e4c00 (diff)
downloadhardware_replicant_libsamsung-ril-b0dfba56bf5eb32f30efa4f95818fee9afeba7f5.tar.gz
hardware_replicant_libsamsung-ril-b0dfba56bf5eb32f30efa4f95818fee9afeba7f5.tar.bz2
hardware_replicant_libsamsung-ril-b0dfba56bf5eb32f30efa4f95818fee9afeba7f5.zip
Stick to the latest libsamsung-ipc changes
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index f3332be..047c3d5 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -218,8 +218,8 @@ void ipc_fmt_dispatch(struct ipc_message_info *info)
ipc_ss_ussd(info);
break;
/* SEC */
- case IPC_SEC_PIN_STATUS:
- ipc_sec_pin_status(info);
+ case IPC_SEC_SIM_STATUS:
+ ipc_sec_sim_status(info);
break;
case IPC_SEC_LOCK_INFO:
ipc_sec_lock_info(info);