sim: added error handling in set slot callback

Adding the handling of error when the driver returns
CME ERROR:4.

This error will be returned for non xmm vendor modems
using ifxmodem driver for sim.
This commit is contained in:
Antara Borwankar 2019-04-02 11:55:25 +05:30 committed by Denis Kenzior
parent 2004d26cdc
commit d10a2490b1
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ static void sim_set_slot_callback(const struct ofono_error *error, void *data)
sim->pending_active_card_slot = sim->active_card_slot;
reply = __ofono_error_failed(sim->pending);
reply = __ofono_error_from_error(error, sim->pending);
__ofono_dbus_pending_reply(&sim->pending, reply);
return;