summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/voicecall.c
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2010-01-12 10:49:30 +0200
committerAki Niemi <aki.niemi@nokia.com>2010-01-14 10:32:56 +0200
commit85df7a952a7d78a5cd07c869999f3312f786d93c (patch)
treed94fbd5dce5b69ead342bc993d9f99887f629373 /drivers/isimodem/voicecall.c
parent04a3c6cb09bf353e17355047a430a976d75d1530 (diff)
downloadofono-85df7a952a7d78a5cd07c869999f3312f786d93c.tar.bz2
Clean up style issues
Diffstat (limited to 'drivers/isimodem/voicecall.c')
-rw-r--r--drivers/isimodem/voicecall.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 4c70c12a..90106ee0 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -1310,7 +1310,7 @@ static void isi_call_verify_cb(GIsiClient *client,
return;
}
- DBG("%s (v.%03d.%03d) reachable",
+ DBG("%s (v%03d.%03d) reachable",
pn_resource_name(g_isi_client_resource(client)),
g_isi_version_major(client),
g_isi_version_minor(client));
@@ -1347,8 +1347,6 @@ static void isi_voicecall_remove(struct ofono_voicecall *call)
{
struct isi_voicecall *data = ofono_voicecall_get_data(call);
- DBG("");
-
if (data) {
g_isi_client_destroy(data->client);
g_free(data);