summaryrefslogtreecommitdiffstats
path: root/drivers/speedupmodem/ussd.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-04-16 13:15:15 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-04-16 13:15:52 -0500
commit2bc5a791d7cb91145036fe9d50d67aaad68e0047 (patch)
treeeff7071f2746c055fb656af6947af68071b73621 /drivers/speedupmodem/ussd.c
parent8227642757ab87fb12de88e886b84e0e950ad16e (diff)
downloadofono-2bc5a791d7cb91145036fe9d50d67aaad68e0047.tar.bz2
speedup: No need to parse error
Diffstat (limited to 'drivers/speedupmodem/ussd.c')
-rw-r--r--drivers/speedupmodem/ussd.c2
1 files changed, 0 insertions, 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