sim: Update to the new sim reading API

This commit is contained in:
Denis Kenzior 2012-11-22 09:40:39 -06:00
parent 57692483a9
commit 19210edd3a
1 changed files with 1 additions and 1 deletions

View File

@ -1514,7 +1514,7 @@ static void sim_retrieve_imsi(struct ofono_sim *sim)
}
sim->driver->read_file_transparent(sim, SIM_EFIMSI_FILEID, 0, 9,
sim_efimsi_cb, sim);
NULL, 0, sim_efimsi_cb, sim);
}
static void sim_fdn_enabled(struct ofono_sim *sim)