mirror of
https://github.com/sailfishos/ofono
synced 2025-12-04 08:31:03 +08:00
ril: remove unecessary sleep from ril plugin
This commit is contained in:
@@ -145,7 +145,6 @@ static void ril_radio_state_changed(struct ril_msg *message, gpointer user_data)
|
|||||||
if (rd->ofono_online) {
|
if (rd->ofono_online) {
|
||||||
ofono_error("%s: radio self-powered off!",
|
ofono_error("%s: radio self-powered off!",
|
||||||
__func__);
|
__func__);
|
||||||
sleep(5);
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user