diff options
-rw-r--r-- | plugins/huawei/mm-broadband-bearer-huawei.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/huawei/mm-broadband-bearer-huawei.c b/plugins/huawei/mm-broadband-bearer-huawei.c index ed175ce2..a15edc60 100644 --- a/plugins/huawei/mm-broadband-bearer-huawei.c +++ b/plugins/huawei/mm-broadband-bearer-huawei.c @@ -376,8 +376,7 @@ connect_3gpp_context_step (GTask *task) self->priv->connect_pending = task; ctx->step++; - /* Fall down to the next step */ - } + } /* fall through */ case CONNECT_3GPP_CONTEXT_STEP_NDISDUP: { const gchar *apn; @@ -706,7 +705,7 @@ disconnect_3gpp_context_step (GTask *task) } ctx->step++; - /* Fall down to the next step */ + /* fall through */ case DISCONNECT_3GPP_CONTEXT_STEP_NDISDUP: mm_base_modem_at_command_full (ctx->modem, |