From 2bc5a791d7cb91145036fe9d50d67aaad68e0047 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 16 Apr 2012 13:15:15 -0500 Subject: [PATCH] speedup: No need to parse error --- drivers/speedupmodem/ussd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/speedupmodem/ussd.c b/drivers/speedupmodem/ussd.c index 29be5774..c27a7ffa 100644 --- a/drivers/speedupmodem/ussd.c +++ b/drivers/speedupmodem/ussd.c @@ -122,8 +122,6 @@ static void cusd_cancel_cb(gboolean ok, GAtResult *result, gpointer user_data) ofono_ussd_cb_t cb = cbd->cb; struct ofono_error error; - decode_at_error(&error, g_at_result_final_response(result)); - /* * All errors and notifications arrive unexpected and * thus just reset the state here. This is safer than