CHROMIUM: mm-broadband-modem-qmi: fix get_profile_list QMI call

A fix for our load_profiles not-fully-upstreamed feature:
We need to pass the gTask as parameter, so the get_profile_list_ready()
callback can use it later.

BUG=b:170367556
TEST=after merging ModemManager upstream MR 410, verify that it crashes
in get_profile_list_ready() without this patch, run properly with it.

Change-Id: I105e4e7500edf8d7fd0b328851f0d195052cc53d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/modemmanager-next/+/2578943
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Commit-Queue: Vincent Palatin <vpalatin@chromium.org>
Tested-by: Vincent Palatin <vpalatin@chromium.org>
diff --git a/src/mm-broadband-modem-qmi.c b/src/mm-broadband-modem-qmi.c
index b309d6a..b660e01 100644
--- a/src/mm-broadband-modem-qmi.c
+++ b/src/mm-broadband-modem-qmi.c
@@ -2658,7 +2658,7 @@
                                      10,
                                      NULL,
                                      (GAsyncReadyCallback) get_profile_list_ready,
-                                     NULL);
+                                     task);
     qmi_message_wds_get_profile_list_input_unref (input);
 }