* [PATCH] staging: wilc1000: Destroy mutex object in deinitialization
@ 2018-03-12 13:19 hariprasath.elango
2018-03-13 7:41 ` Ajay Singh
0 siblings, 1 reply; 2+ messages in thread
From: hariprasath.elango @ 2018-03-12 13:19 UTC (permalink / raw)
To: aditya.shankar
Cc: devel, vbabu3, Greg Kroah-Hartman, linux-wireless, linux-kernel,
hariprasath.elango, Ganesh Krishna
From: HariPrasath Elango <hariprasath.elango@gmail.com>
Destroy the mutex object that is initialized in wlan_init_locks()
Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
---
drivers/staging/wilc1000/linux_wlan.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 1af3c14..38a83bd 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -678,6 +678,7 @@ static int wlan_deinit_locks(struct net_device *dev)
mutex_destroy(&wilc->hif_cs);
mutex_destroy(&wilc->rxq_cs);
+ mutex_destroy(&wilc->txq_add_to_head_cs);
return 0;
}
--
2.10.0.GIT
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-13 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 13:19 [PATCH] staging: wilc1000: Destroy mutex object in deinitialization hariprasath.elango
2018-03-13 7:41 ` Ajay Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).