isimodem: Fix style issues in previous commit

This commit is contained in:
Denis Kenzior 2012-09-11 23:30:04 -05:00
parent dc2dc41bcf
commit bddfb9bfc5
1 changed files with 1 additions and 4 deletions

View File

@ -1507,13 +1507,10 @@ static void isi_answer(struct ofono_voicecall *ovc, ofono_voicecall_cb_t cb,
struct isi_voicecall *ivc = ofono_voicecall_get_data(ovc);
int id;
for (id = 1; id <= 7; id++) {
for (id = 1; id <= 7; id++)
if (ivc->calls[id].status == CALL_STATUS_MT_ALERTING)
goto answer_by_id;
}
id = CALL_ID_ALL;
answer_by_id: