From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH] ASoC: kirkwood: cleanup the external clock probe Date: Mon, 21 Oct 2013 09:06:57 +0100 Message-ID: <20131021080657.GU25034@n2100.arm.linux.org.uk> References: <20131021094613.2a07bd79@armhf> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from caramon.arm.linux.org.uk (caramon.arm.linux.org.uk [78.32.30.218]) by alsa0.perex.cz (Postfix) with ESMTP id 5B0F82655EB for ; Mon, 21 Oct 2013 10:07:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20131021094613.2a07bd79@armhf> 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: Jean-Francois Moine Cc: Thomas Petazzoni , alsa-devel@alsa-project.org, Jason Cooper , Mark Brown , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: alsa-devel@alsa-project.org On Mon, Oct 21, 2013 at 09:46:13AM +0200, Jean-Francois Moine wrote: > This patch checks the return value of the clk_prepare_enable of the > external clock and removes the test about a same internal and external > clock which would quite never occur and won't work in most cases > it would occur. NAK. It can occur.