Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753356AbcJLDRy (ORCPT ); Tue, 11 Oct 2016 23:17:54 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33758 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752794AbcJLDRr (ORCPT ); Tue, 11 Oct 2016 23:17:47 -0400 Date: Wed, 12 Oct 2016 08:46:53 +0530 From: Viresh Kumar To: Aaro Koskinen Cc: "Rafael J. Wysocki" , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpufreq: skip invalid entries when searching the frequency Message-ID: <20161012031653.GD19385@vireshk-i7> References: <20161007225925.GI15204@raspberrypi.musicnaut.iki.fi> <20161010213813.22087-1-aaro.koskinen@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161010213813.22087-1-aaro.koskinen@iki.fi> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 521 Lines: 17 On 11-10-16, 00:38, Aaro Koskinen wrote: > Skip invalid entries when searching the frequency. This fixes cpufreq > at least on loongson2 MIPS board. > > Fixes: da0c6dc00c69 ("cpufreq: Handle sorted frequency tables more efficiently") > Signed-off-by: Aaro Koskinen > --- > include/linux/cpufreq.h | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) Hi Aaro, I have sent a new version of this patch, but screwed up the --in-reply-to somehow.. Can you please give that a try? -- viresh