From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 8/9] cpufreq: ondemand: Simplify conditionals in od_dbs_timer() Date: Mon, 15 Feb 2016 14:27:28 +0530 Message-ID: <20160215085728.GP6334@vireshk-i7> References: <3329748.lhJgppdTt9@vostro.rjw.lan> <19952608.TanrAGEnqx@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:33536 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752494AbcBOI5g (ORCPT ); Mon, 15 Feb 2016 03:57:36 -0500 Received: by mail-pa0-f43.google.com with SMTP id fl4so70912221pad.0 for ; Mon, 15 Feb 2016 00:57:36 -0800 (PST) Content-Disposition: inline In-Reply-To: <19952608.TanrAGEnqx@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List , Juri Lelli On 15-02-16, 02:21, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Reduce the indentation level in the conditionals in od_dbs_timer() > and drop the delay variable from it. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq_ondemand.c | 24 +++++++++++------------- > 1 file changed, 11 insertions(+), 13 deletions(-) Reviewed-by: Viresh Kumar -- viresh