From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/2] Input: atmel_mxt_ts - simplify mxt_initialize a bit Date: Fri, 8 Aug 2014 09:19:56 -0700 Message-ID: <20140808161956.GB26820@core.coreip.homeip.net> References: <20140807165932.GA23198@core.coreip.homeip.net> <1407513483-30050-1-git-send-email-nick.dyer@itdev.co.uk> <1407513483-30050-2-git-send-email-nick.dyer@itdev.co.uk> <20140808161901.GA26820@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f52.google.com ([209.85.220.52]:34511 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755950AbaHHQUA (ORCPT ); Fri, 8 Aug 2014 12:20:00 -0400 Content-Disposition: inline In-Reply-To: <20140808161901.GA26820@core.coreip.homeip.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: nick.dyer@itdev.co.uk Cc: Yufeng Shen , Daniel Kurtz , Henrik Rydberg , Joonyoung Shim , Alan Bowens , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Meerwald , Benson Leung , Olof Johansson , Sekhar Nori , Stephen Warren On Fri, Aug 08, 2014 at 09:19:01AM -0700, Dmitry Torokhov wrote: > On Fri, Aug 08, 2014 at 04:58:02PM +0100, nick.dyer@itdev.co.uk wrote: > > From: Dmitry Torokhov > > > > I think having control flow with 2 goto/labels/flags is quite hard to read, > > this version is a bit more readable IMO. > > > > Signed-off-by: Dmitry Torokhov > > Signed-off-by: Nick Dyer > > Nick, are there any changes from the version I posted? (If not then I do > not need to drop my patch from the queue and re-import this one). Ah, sorry, should have read all my email before replying... -- Dmitry