From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Improve error reporting in Speyside WM8962 driver Date: Thu, 30 Jun 2011 11:02:28 -0700 Message-ID: <20110630180225.GB5064@opensource.wolfsonmicro.com> References: <1309382331-30552-1-git-send-email-broonie@opensource.wolfsonmicro.com> <20110630165617.GF26397@qtel.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 0A1FC245C8 for ; Thu, 30 Jun 2011 20:02:45 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20110630165617.GF26397@qtel.sh.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Lu Guanqun Cc: "alsa-devel@alsa-project.org" , "patches@opensource.wolfsonmicro.com" , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Jul 01, 2011 at 12:56:17AM +0800, Lu Guanqun wrote: > On Thu, Jun 30, 2011 at 05:18:51AM +0800, Mark Brown wrote: > > if (ret < 0) > > - pr_err("Failed to start FLL\n"); > > + pr_err("Failed to start FLL: %d\n"); > missed 'ret' here? :) Fixed locally, Liam I'll not bother reposting if you're otherwise OK?