aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-11-16 09:39:32 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-11-16 11:58:24 +0000
commitc6466b72cab32b628b9293ba274b68335cfa1e7d (patch)
tree309ddc69f7e28a83ee734bfa2113444829e0d025
parent19fd9c634b8f2876694d18a77a3b686a0c08bf34 (diff)
broadband-modem-mbim: signal notification id is a gulong
-rw-r--r--src/mm-broadband-modem-mbim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 75454949..2b03c560 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -149,7 +149,7 @@ struct _MMBroadbandModemMbimPrivate {
gboolean is_google_carrier_lock_supported;
/* Process unsolicited notifications */
- guint notification_id;
+ gulong notification_id;
ProcessNotificationFlag setup_flags;
ProcessNotificationFlag enable_flags;
@@ -5836,7 +5836,7 @@ port_notification_cb (MMPortMbim *port,
MbimService service;
MbimDevice *device;
- /* Onlyu process notifications if the device still exists */
+ /* Only process notifications if the device still exists */
device = mm_port_mbim_peek_device (port);
if (!device)
return;