Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965022AbcCOIiU (ORCPT ); Tue, 15 Mar 2016 04:38:20 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:28823 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964956AbcCOIiK (ORCPT ); Tue, 15 Mar 2016 04:38:10 -0400 Date: Tue, 15 Mar 2016 11:37:54 +0300 From: Dan Carpenter To: Joe Perches Cc: Dmitry Torokhov , Andrew Duggan , Henrik Rydberg , Christopher Heiny , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [patch] Input: synaptics-rmi4 - using logical instead of bitwise AND Message-ID: <20160315083754.GA30221@mwanda> References: <20160315071140.GF13560@mwanda> <1458030809.11972.178.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458030809.11972.178.camel@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 186 Lines: 7 On Tue, Mar 15, 2016 at 01:33:29AM -0700, Joe Perches wrote: > Right and as well these are bool so the !! isn't necessary. Not necessary but nice for reading... regards, dan carpenter