From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752704AbdLML2j (ORCPT ); Wed, 13 Dec 2017 06:28:39 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:40513 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbdLML2g (ORCPT ); Wed, 13 Dec 2017 06:28:36 -0500 X-Google-Smtp-Source: ACJfBotNpvTLurj22hMKgN4grLhpx7Z+GqmVgMmNUxw4vKZXBEUutkEFhR8rKxlifFoHlCx6O/Ol2g== Date: Wed, 13 Dec 2017 12:28:31 +0100 From: Juri Lelli To: Viresh Kumar Cc: Rafael Wysocki , Ingo Molnar , Peter Zijlstra , linux-pm@vger.kernel.org, Vincent Guittot , dietmar.eggemann@arm.com, morten.rasmussen@arm.com, tkjos@android.com, joelaf@google.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] cpufreq: schedutil: Don't pass flags to sugov_set_iowait_boost() Message-ID: <20171213112831.GE30887@localhost.localdomain> References: <4ec5562b1a87e146ebab11fb5dde1ca9c763a7fb.1513158452.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ec5562b1a87e146ebab11fb5dde1ca9c763a7fb.1513158452.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 13/12/17 15:23, Viresh Kumar wrote: > We are already passing sg_cpu as argument to sugov_set_iowait_boost() > helper and the same can be used to retrieve the flags value. Get rid of > the redundant argument. > > Signed-off-by: Viresh Kumar Reviewed-by: Juri Lelli Best, - Juri