Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753090AbdFMHGC (ORCPT ); Tue, 13 Jun 2017 03:06:02 -0400 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 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 84F64601D9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: mwifiex: Replace semaphore async_sem with mutex From: Kalle Valo In-Reply-To: <1496916183-4097-1-git-send-email-binoy.jayan@linaro.org> References: <1496916183-4097-1-git-send-email-binoy.jayan@linaro.org> To: Binoy Jayan 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 User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170613070552.B281F601D9@smtp.codeaurora.org> Date: Tue, 13 Jun 2017 07:05:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 521 Lines: 16 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