From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: mwifiex: Replace semaphore async_sem with mutex Date: Tue, 13 Jun 2017 07:05:52 +0000 (UTC) Message-ID: <20170613070552.B281F601D9@smtp.codeaurora.org> References: <1496916183-4097-1-git-send-email-binoy.jayan@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Binoy Jayan , linux-kernel@vger.kernel.org, Arnd Bergmann , Rajendra , Mark Brown , Amitkumar Karwar , Nishant Sarmukadam , Ganapathi Bhat , Xinming Hu , linux-wireless@vger.kernel.org, netdev@vger.kernel.org To: Binoy Jayan Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:46462 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753024AbdFMHF6 (ORCPT ); Tue, 13 Jun 2017 03:05:58 -0400 In-Reply-To: <1496916183-4097-1-git-send-email-binoy.jayan@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: Binoy Jayan wrote: > The semaphore 'async_sem' is used as a simple mutex, so > it should be written as one. Semaphores are going away in the future. > > Signed-off-by: Binoy Jayan > Reviewed-by: Arnd Bergmann Patch applied to wireless-drivers-next.git, thanks. 1abf9ae719f6 mwifiex: Replace semaphore async_sem with mutex -- https://patchwork.kernel.org/patch/9774361/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches