From c6466b72cab32b628b9293ba274b68335cfa1e7d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 16 Nov 2023 09:39:32 +0000 Subject: broadband-modem-mbim: signal notification id is a gulong --- src/mm-broadband-modem-mbim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2