summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-06-06 18:04:26 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-06-06 18:04:26 -0500
commit1aaa5da906a08134cce820dbbb4663057e541ae1 (patch)
treeea916ca51308a674b2dfd30e1552846951a6f6b1 /drivers/ifxmodem
parent377a512375597d2df9b88d8763f8bf512726bbb5 (diff)
downloadofono-1aaa5da906a08134cce820dbbb4663057e541ae1.tar.bz2
ifxmodem: Fix minor style issue
Diffstat (limited to 'drivers/ifxmodem')
-rw-r--r--drivers/ifxmodem/voicecall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index 0aa83e46..936022bd 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -913,7 +913,8 @@ static int ifx_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor,
ofono_voicecall_set_data(vc, vd);
- g_at_chat_send(vd->chat, "AT+XCALLSTAT=1", none_prefix, NULL, NULL, NULL);
+ g_at_chat_send(vd->chat, "AT+XCALLSTAT=1", none_prefix, NULL, NULL,
+ NULL);
g_at_chat_send(vd->chat, "AT+XEMC=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+XCOLP=1", none_prefix, NULL, NULL, NULL);