summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-09-11 23:30:04 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-09-11 23:30:25 -0500
commitbddfb9bfc5a1a46633f25deeef6b7b0af64b762d (patch)
tree6f075887fabb13647bc8a79e676c0af413f8097a /drivers
parentdc2dc41bcf225e4dba0cbdadd238d6d8f49203ca (diff)
downloadofono-bddfb9bfc5a1a46633f25deeef6b7b0af64b762d.tar.bz2
isimodem: Fix style issues in previous commit
Diffstat (limited to 'drivers')
-rw-r--r--drivers/isimodem/voicecall.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index b5496871..460e34e5 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: