summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-device-modem.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-27 16:45:16 +0100
committerThomas Haller <thaller@redhat.com>2020-03-17 08:09:32 +0100
commitaa991916dcc280c8ff16584db57ff49639e30596 (patch)
tree3637a7111ff17218935bca7ee3369a39ba5a8ac4 /src/devices/wwan/nm-device-modem.c
parent607a22b900cb81fa122fdf323fe4b6c1ba5a56e2 (diff)
downloadNetworkManager-aa991916dcc280c8ff16584db57ff49639e30596.tar.gz
device: various code cleanups in devices
Mostly just cleanups, there should be no significant change in behavior.
Diffstat (limited to 'src/devices/wwan/nm-device-modem.c')
-rw-r--r--src/devices/wwan/nm-device-modem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-device-modem.c b/src/devices/wwan/nm-device-modem.c
index 3de5ae07dd..5b712625bb 100644
--- a/src/devices/wwan/nm-device-modem.c
+++ b/src/devices/wwan/nm-device-modem.c
@@ -605,7 +605,6 @@ static NMActStageReturn
act_stage2_config (NMDevice *device, NMDeviceStateReason *out_failure_reason)
{
nm_modem_act_stage2_config (NM_DEVICE_MODEM_GET_PRIVATE (device)->modem);
-
return NM_ACT_STAGE_RETURN_SUCCESS;
}