diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ifx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c index f9cd2054..280d9853 100644 --- a/plugins/ifx.c +++ b/plugins/ifx.c @@ -454,7 +454,7 @@ static void setup_internal_mux(struct ofono_modem *modem) ofono_error("Failed to create channel"); goto error; } - } + } /* wait for DLC creation to settle */ data->dlc_init_source = g_timeout_add(10, dlc_setup, modem); @@ -574,7 +574,7 @@ static int ifx_enable(struct ofono_modem *modem) data->device = g_at_tty_open(device, NULL); if (data->device == NULL) - return -EIO; + return -EIO; syntax = g_at_syntax_new_gsmv1(); chat = g_at_chat_new(data->device, syntax); @@ -582,7 +582,7 @@ static int ifx_enable(struct ofono_modem *modem) if (chat == NULL) { g_io_channel_unref(data->device); - return -EIO; + return -EIO; } if (getenv("OFONO_AT_DEBUG")) |