aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-modem-mbim.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-26 07:47:48 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-26 12:35:50 +0000
commit5e088fb3bb79b53fdd8943a67e2ebf0f7d9dd14c (patch)
treeb4cb7c82992aa7a2ce0f6fc67b0f8a9d07e81363 /src/mm-broadband-modem-mbim.c
parent81d2655950a3fc2381c81708074f10e665e75660 (diff)
modem-helpers-mbim: minor method rename
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);
}
}
}