From 6d2b2dcc4a8d17f800d9d253f7f95e5a35b18f4e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 27 Sep 2010 08:06:48 +0900 Subject: ifxmodem: Two more cleanups --- drivers/ifxmodem/voicecall.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers') 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; -- cgit v1.2.3