From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/1] INPUT: mainstone-wm97xx, fix condition in pen_up Date: Wed, 15 Apr 2009 08:35:59 -0700 Message-ID: <20090415153559.GA17335@dtor-d630.eng.vmware.com> References: <1239777830-17826-1-git-send-email-jirislaby@gmail.com> <20090415120032.GC9311@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from rv-out-0506.google.com ([209.85.198.237]:12441 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbZDOPgM (ORCPT ); Wed, 15 Apr 2009 11:36:12 -0400 Content-Disposition: inline In-Reply-To: <20090415120032.GC9311@sirena.org.uk> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Mark Brown Cc: Jiri Slaby , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood On Wed, Apr 15, 2009 at 01:00:32PM +0100, Mark Brown wrote > On Wed, Apr 15, 2009 at 08:43:50AM +0200, Jiri Slaby wrote: > > The loop body was never executed, because the condition is > > always false. Convert to for with more obvious condition. > > > Signed-off-by: Jiri Slaby > > Acked-by: Mark Brown Applied, thanks Jiri. -- Dmitry