[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180312131950.12854-1-hariprasath.elango@gmail.com>
Date: Mon, 12 Mar 2018 18:49:49 +0530
From: hariprasath.elango@...il.com
To: aditya.shankar@...rochip.com
Cc: hariprasath.elango@...il.com, vbabu3@...teon.com,
Ganesh Krishna <ganesh.krishna@...rochip.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-wireless@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: wilc1000: Destroy mutex object in deinitialization
From: HariPrasath Elango <hariprasath.elango@...il.com>
Destroy the mutex object that is initialized in wlan_init_locks()
Signed-off-by: HariPrasath Elango <hariprasath.elango@...il.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
Powered by blists - more mailing lists