diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-27 08:06:48 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-27 08:06:48 +0900 |
commit | 6d2b2dcc4a8d17f800d9d253f7f95e5a35b18f4e (patch) | |
tree | 15818088fb7785470d63a80e295225826b654767 | |
parent | cfca38bad1529af531277e63906745375555c17b (diff) | |
download | ofono-6d2b2dcc4a8d17f800d9d253f7f95e5a35b18f4e.tar.bz2 |
ifxmodem: Two more cleanups
-rw-r--r-- | drivers/ifxmodem/voicecall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c index fdf00ada..7a2cb51f 100644 --- a/drivers/ifxmodem/voicecall.c +++ b/drivers/ifxmodem/voicecall.c @@ -549,7 +549,6 @@ static void cring_notify(GAtResult *result, gpointer user_data) return; line = g_at_result_iter_raw_line(&iter); - if (line == NULL) return; @@ -578,7 +577,6 @@ static void clip_notify(GAtResult *result, gpointer user_data) l = g_slist_find_custom(vd->calls, GINT_TO_POINTER(4), at_util_call_compare_by_status); - if (l == NULL) { ofono_error("CLIP for unknown call"); return; |