From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754407AbbJOAGV (ORCPT ); Wed, 14 Oct 2015 20:06:21 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:42293 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751098AbbJOAGT (ORCPT ); Wed, 14 Oct 2015 20:06:19 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, skannan@codeaurora.org, open list Subject: Re: [PATCH Resend] cpufreq: Drop redundant check for inactive policies Date: Thu, 15 Oct 2015 02:35:01 +0200 Message-ID: <90321921.5bFa9a5dDU@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <2d6d59c2b0654872a32a9b63874b750e6b808cb5.1444713966.git.viresh.kumar@linaro.org> References: <2d6d59c2b0654872a32a9b63874b750e6b808cb5.1444713966.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, October 13, 2015 10:57:13 AM Viresh Kumar wrote: > We just made sure policy->cpu is online and this check will always fail > as the policy is active. Drop it. > > Signed-off-by: Viresh Kumar > Acked-by: Saravana Kannan Applied, thanks! Rafael