ifx: Use sim_initialized_notify

This commit is contained in:
Denis Kenzior 2017-11-08 21:31:00 -06:00
parent 3c36211be3
commit b3a3d72825
1 changed files with 1 additions and 4 deletions

View File

@ -152,10 +152,7 @@ static void ifx_set_sim_state(struct ifx_data *data, int state)
break;
case 2: /* PIN verification not needed Ready */
case 3: /* PIN verified Ready */
/*
* State 3 is handled in the SIM atom driver
* while for state 2 we should be waiting for state 7
*/
ofono_sim_initialized_notify(data->sim);
break;
case 10: /* SIM Reactivating */
case 11: /* SIM Reactivated */