From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 1/2] ASoC: wm8962: Disable clock if wm8962_runtime_resume() fails Date: Mon, 28 Mar 2016 13:56:39 +0100 Message-ID: <20160328125639.GB31814@localhost.localdomain> References: <1459164679-17961-1-git-send-email-festevam@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by alsa0.perex.cz (Postfix) with ESMTP id D15D7266C47 for ; Mon, 28 Mar 2016 14:56:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1459164679-17961-1-git-send-email-festevam@gmail.com> 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: Fabio Estevam Cc: Fabio Estevam , alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On Mon, Mar 28, 2016 at 08:31:18AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > When regulator_bulk_enable() fails inside wm8962_runtime_resume(), > we should disable the previously enabled clock. > > Signed-off-by: Fabio Estevam > --- Acked-by: Charles Keepax Thanks, Charles