Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ebd9ec4 authored by HariPrasath Elango's avatar HariPrasath Elango Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: destroy initialized mutex object



A mutex object that is initialized but not destroyed.This patch destroys
the mutex object

Signed-off-by: default avatarHariPrasath Elango <hariprasath.elango@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3ea60ab5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2310,6 +2310,7 @@ int wilc_deinit_host_int(struct net_device *net)

	op_ifcs--;

	mutex_destroy(&priv->scan_req_lock);
	ret = wilc_deinit(vif);

	clear_shadow_scan();