From: Denis Kenzior Date: Wed, 12 Sep 2012 04:30:04 +0000 (-0500) Subject: isimodem: Fix style issues in previous commit X-Git-Tag: 1.12~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bddfb9bfc5a1a46633f25deeef6b7b0af64b762d;p=platform%2Fupstream%2Fofono.git isimodem: Fix style issues in previous commit --- diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index b549687..460e34e 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -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: