From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Tue, 15 Mar 2016 08:54:36 +0000 Subject: Re: [patch] Input: synaptics-rmi4 - using logical instead of bitwise AND Message-Id: <1458032076.11972.179.camel@perches.com> List-Id: References: <20160315071140.GF13560@mwanda> <1458030809.11972.178.camel@perches.com> <20160315083754.GA30221@mwanda> In-Reply-To: <20160315083754.GA30221@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Dmitry Torokhov , Andrew Duggan , Henrik Rydberg , Christopher Heiny , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Tue, 2016-03-15 at 11:37 +0300, Dan Carpenter wrote: > 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... opinions vary. cheers, Joe