From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Fix I2C component device id number creation Date: Tue, 19 Oct 2010 03:16:01 -0700 Message-ID: <20101019101600.GA16063@opensource.wolfsonmicro.com> References: <1287475845-16230-1-git-send-email-jhnikula@gmail.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 998A9103989 for ; Tue, 19 Oct 2010 12:16:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1287475845-16230-1-git-send-email-jhnikula@gmail.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: Jarkko Nikula Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Oct 19, 2010 at 11:10:45AM +0300, Jarkko Nikula wrote: > Use bitwise AND instead of logical AND when masking. > > Signed-off-by: Jarkko Nikula Applied, thanks.