From 0f708daf0b9bfa26193d0efbd2591bcc81ef1d44 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 3 Apr 2020 15:47:37 +0200 Subject: modem-helpers: port supported modes filtering to use object logging --- plugins/simtech/mm-broadband-modem-simtech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/simtech/mm-broadband-modem-simtech.c') diff --git a/plugins/simtech/mm-broadband-modem-simtech.c b/plugins/simtech/mm-broadband-modem-simtech.c index f967479e..c8011862 100644 --- a/plugins/simtech/mm-broadband-modem-simtech.c +++ b/plugins/simtech/mm-broadband-modem-simtech.c @@ -850,7 +850,7 @@ parent_load_supported_modes_ready (MMIfaceModem *self, g_array_append_val (combinations, mode); /* Filter out those unsupported modes */ - filtered = mm_filter_supported_modes (all, combinations); + filtered = mm_filter_supported_modes (all, combinations, self); g_array_unref (all); g_array_unref (combinations); -- cgit v1.2.3-70-g09d2