mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 12:44:09 +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;
|
iface->index = index;
|
||||||
|
|
||||||
if (!l_hashmap_insert(wlan_iface_list,
|
if (!l_hashmap_insert(wlan_iface_list,
|
||||||
L_INT_TO_PTR(index), iface))
|
L_INT_TO_PTR(index), iface))
|
||||||
l_free(iface);
|
l_free(iface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user