From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH] ASoC: wm5102: Initialize dac_comp_lock mutex Date: Mon, 8 Dec 2014 09:11:55 +0000 Message-ID: <20141208091155.GC14516@opensource.wolfsonmicro.com> References: <1417810119-7772-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 8BBF2260450 for ; Mon, 8 Dec 2014 10:11:56 +0100 (CET) Content-Disposition: inline In-Reply-To: <1417810119-7772-1-git-send-email-broonie@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Liam Girdwood , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Fri, Dec 05, 2014 at 08:08:39PM +0000, Mark Brown wrote: > Commit d74bcaaeb6682 (ASoC: wm5102: Move ultrasonic response settings > lock to the driver level) created a driver local mutex for protecting > the ultrasonic response settings but neglected to initialize that mutex, > causing loud complaints from lockep and potential runtime failures. Fix > this by initializing the mutex. > > Signed-off-by: Mark Brown > --- Acked-by: Charles Keepax Thanks, Charles