broadband-modem-mbim: Fix bug in cleanup_unsolicited_events_3gpp()

This commit is contained in:
Michal Mazur
2023-01-10 17:50:26 +01:00
committed by Aleksander Morgado
parent f4b8d14b8d
commit 68e92d9308

View File

@@ -5473,7 +5473,7 @@ cleanup_unsolicited_events_3gpp (MMIfaceModem3gpp *_self,
if (self->priv->is_pco_supported)
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_PCO;
if (self->priv->is_lte_attach_info_supported)
self->priv->setup_flags &= PROCESS_NOTIFICATION_FLAG_LTE_ATTACH_INFO;
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_LTE_ATTACH_INFO;
if (self->priv->is_slot_info_status_supported)
self->priv->setup_flags &= ~PROCESS_NOTIFICATION_FLAG_SLOT_INFO_STATUS;
common_setup_cleanup_unsolicited_events (self, FALSE, callback, user_data);