mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-14 16:09:24 +01:00
monitor: Fix up minor style issue
This commit is contained in:
parent
44aaaa74ee
commit
17dcd420c2
@ -2467,7 +2467,7 @@ static void read_uevent(const char *ifname, int index)
|
||||
iface->index = index;
|
||||
|
||||
if (!l_hashmap_insert(wlan_iface_list,
|
||||
L_INT_TO_PTR(index), iface))
|
||||
L_INT_TO_PTR(index), iface))
|
||||
l_free(iface);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user