From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 3/5] cpuidle: idle: menu: Don't reflect when a state selection failed Date: Fri, 24 Oct 2014 15:24:28 +0200 Message-ID: <20141024132428.GJ12706@worktop.programming.kicks-ass.net> References: <1413822343-1972-1-git-send-email-daniel.lezcano@linaro.org> <1413822343-1972-3-git-send-email-daniel.lezcano@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:52998 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756516AbaJXNYd (ORCPT ); Fri, 24 Oct 2014 09:24:33 -0400 Content-Disposition: inline In-Reply-To: <1413822343-1972-3-git-send-email-daniel.lezcano@linaro.org> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Daniel Lezcano Cc: rjw@rjwysocki.net, nicolas.pitre@linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org On Mon, Oct 20, 2014 at 06:25:41PM +0200, Daniel Lezcano wrote: > - if (index > 0) > - if (index >= 0) That's not the same condition.