DA: Fix build warning. 60/282260/3
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 29 Sep 2022 07:33:45 +0000 (16:33 +0900)
committerseonah moon <seonah1.moon@samsung.com>
Thu, 29 Sep 2022 07:57:28 +0000 (07:57 +0000)
DA patch 20220407 since tizen 6.5

This is general change, so we can apply it without TIZEN_DA

Change-Id: I4e5bf806f132df788ae5dd2e477f49fcfbc67563

src/mobileap_softap.c

index b8c5ca4..a0abee0 100755 (executable)
@@ -1882,7 +1882,7 @@ static gboolean __send_station_event_cb(gpointer data)
 
                /* Temporarily care only one station.
                 * Driver team should be support detail information */
-               if (_get_station_info((gconstpointer)type,
+               if (_get_station_info(GINT_TO_POINTER(type),
                                _slist_find_station_by_interface,
                                &si) != MOBILE_AP_ERROR_NONE) {
                        return FALSE;