From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 6/7] ASoC: wm8962: remove bitwise operations involving GPIO level value Date: Tue, 2 Jun 2015 09:41:10 +0100 Message-ID: <20150602084110.GC3449@opensource.wolfsonmicro.com> References: <1433200031-6748-1-git-send-email-vz@mleia.com> <1433200158-6890-6-git-send-email-vz@mleia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1433200158-6890-6-git-send-email-vz@mleia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vladimir Zapolskiy Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Axel Lin , Takashi Iwai , Linus Walleij , patches@opensource.wolfsonmicro.com, Liam Girdwood , linux-gpio@vger.kernel.org, Mark Brown , Alexandre Courbot List-Id: linux-gpio@vger.kernel.org On Tue, Jun 02, 2015 at 02:09:17AM +0300, Vladimir Zapolskiy wrote: > The main intention of the change is to remove bitwise operations on > GPIO level value as a preceding change before updating gpiolib > callbacks to utilize bool type to represent GPIO level. > > No functional change. > > Signed-off-by: Vladimir Zapolskiy > Cc: Charles Keepax > Cc: Lars-Peter Clausen > Cc: Axel Lin > Cc: patches@opensource.wolfsonmicro.com > --- Acked-by: Charles Keepax Thanks, Charles