From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753554Ab1JVJgV (ORCPT ); Sat, 22 Oct 2011 05:36:21 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:50176 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752241Ab1JVJgU (ORCPT ); Sat, 22 Oct 2011 05:36:20 -0400 Date: Sat, 22 Oct 2011 10:36:18 +0100 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Dong Aisheng , Wolfram Sang , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: sgtl5000: Fix wrong mask in some snd_soc_update_bits calls Message-ID: <20111022093616.GA3316@opensource.wolfsonmicro.com> References: <1319162083.4352.2.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319162083.4352.2.camel@phoenix> X-Cookie: Beware of low-flying butterflies. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 21, 2011 at 09:54:43AM +0800, Axel Lin wrote: > Ensure all mask bits are clear before setting new value. Applied, thanks.