diff options
Diffstat (limited to 'samsung-ril.c')
-rw-r--r-- | samsung-ril.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samsung-ril.c b/samsung-ril.c index b10a624..f79022a 100644 --- a/samsung-ril.c +++ b/samsung-ril.c @@ -759,5 +759,9 @@ end: RIL_UNLOCK(); + // Wait for power up + RIL_START_LOCK(); + RIL_START_LOCK(); + return &ril_ops; } |