isimodem: Fix style issues in previous commit
authorDenis Kenzior <denkenz@gmail.com>
Wed, 12 Sep 2012 04:30:04 +0000 (23:30 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 12 Sep 2012 04:30:25 +0000 (23:30 -0500)
drivers/isimodem/voicecall.c

index b549687..460e34e 100644 (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: