~phablet-team/ofono/midori-support

« back to all changes in this revision

Viewing changes to plugins/isiusb.c

Merge pull request #209 from alfonsosanchezbeato/merge-1.17

Merge 1.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
        struct ofono_modem *om = data;
205
205
        struct isi_data *isi = ofono_modem_get_data(om);
206
206
 
207
 
        if (!g_isi_msg_error(msg) < 0)
 
207
        if (g_isi_msg_error(msg) < 0)
208
208
                return;
209
209
 
210
210
        ISI_RESOURCE_DBG(msg);