aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-modem-mbim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-broadband-modem-mbim.c')
-rw-r--r--src/mm-broadband-modem-mbim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 63821c9c..8b2eaaa2 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -5078,7 +5078,7 @@ basic_connect_notification_connect (MMBroadbandModemMbim *self,
ReportDisconnectedStatusContext ctx;
g_autoptr(GError) connection_error = NULL;
- connection_error = mm_mobile_equipment_error_from_mbim_nw_error (nw_error, self);
+ connection_error = mm_error_from_mbim_nw_error (nw_error, self);
mm_obj_dbg (self, "session ID '%u' was deactivated: %s", session_id, connection_error->message);
@@ -6781,7 +6781,7 @@ register_state_set_ready (MbimDevice *device,
* a big issue. */
if (nw_error) {
g_clear_error (&error);
- error = mm_mobile_equipment_error_from_mbim_nw_error (nw_error, self);
+ error = mm_error_from_mbim_nw_error (nw_error, self);
}
}
}
@@ -9738,7 +9738,7 @@ packet_service_set_ready (MbimDevice *device,
/* Prefer the NW error if available */
if (nw_error) {
g_clear_error (&error);
- error = mm_mobile_equipment_error_from_mbim_nw_error (nw_error, self);
+ error = mm_error_from_mbim_nw_error (nw_error, self);
}
}
}