From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2] ASoC: uda1380: Convert to gpio_request_one() Date: Mon, 5 Dec 2011 13:25:29 +0000 Message-ID: <20111205132529.GK11150@opensource.wolfsonmicro.com> References: <1323043105.5179.1.camel@phoenix> 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 97AF6103A5D for ; Mon, 5 Dec 2011 14:25:33 +0100 (CET) Content-Disposition: inline In-Reply-To: <1323043105.5179.1.camel@phoenix> 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: Axel Lin Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Liam Girdwood , Philipp Zabel List-Id: alsa-devel@alsa-project.org On Mon, Dec 05, 2011 at 07:58:25AM +0800, Axel Lin wrote: > Using gpio_request_one can make the error handling simpler. > Also remove a redundant "Failed to issue reset" error message. > We already show the error message in uda1380_reset() error path. Applied, thanks.