From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] [v2] ASoC: let snd_soc_update_bits() return an error code Date: Tue, 11 Jan 2011 11:04:53 +0000 Message-ID: <20110111110453.GC12452@opensource.wolfsonmicro.com> References: <1294696693-4602-1-git-send-email-timur@freescale.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 29823245F2 for ; Tue, 11 Jan 2011 12:06:57 +0100 (CET) Content-Disposition: inline In-Reply-To: <1294696693-4602-1-git-send-email-timur@freescale.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: Timur Tabi Cc: dp@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org, lrg@slimlogic.co.uk List-Id: alsa-devel@alsa-project.org On Mon, Jan 10, 2011 at 03:58:13PM -0600, Timur Tabi wrote: > Update snd_soc_update_bits() so that it returns a negative error code if the > the read or write operation fails. Applied, thanks.