From patchwork Fri Jan 2 07:04:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 42673 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ee0-f69.google.com (mail-ee0-f69.google.com [74.125.83.69]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 1E7B926CD1 for ; Fri, 2 Jan 2015 07:05:06 +0000 (UTC) Received: by mail-ee0-f69.google.com with SMTP id d49sf10407593eek.8 for ; Thu, 01 Jan 2015 23:05:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:in-reply-to:references :sender:precedence:list-id:x-original-sender :x-original-authentication-results:mailing-list:list-post:list-help :list-archive:list-unsubscribe; bh=BDXCKHzKAMq5584s+dLHa8O47Fkevsk08SYLot0C01E=; b=TzG8fc7jzfKh3Na9A/HxKMsVG3viZJj3gZObJTeixUKggsh18LLpZ6RNryDQdJqizN Tw/dloSWck11lBdlnLjAUtPuFLxgC81ZNVHorFgSWfN2HCRnOcyf58AQ9APhmgN09n3D Dshx59YEErMqJhtQTvbZ7TtalMiFXfn+P50vi6MjnzLQ9TsAu4HioTEYr7UBGwrSdHZ7 YbbAxdwns+WF1w9FF6Hd/hVYYAxiTVDgDURaJWXbDPnRUHtem8d3uSM0nEmsHrtWEXaX VJsVAHjoRD7P9xwvRXWM/E8Jp/mVCIHHUHSzD1xGxUwIuYTmMsM7N4/NTJGretfGUarl aEtQ== X-Gm-Message-State: ALoCoQlrrjSuEg7I/Lokoz+p2xyIhdXL43sABx3+YnYW6mZYQ5eMDNrrjS1QK5+tlugcBX6bC+RV X-Received: by 10.112.154.232 with SMTP id vr8mr30787lbb.10.1420182305197; Thu, 01 Jan 2015 23:05:05 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.234.203 with SMTP id ug11ls915725lac.67.gmail; Thu, 01 Jan 2015 23:05:04 -0800 (PST) X-Received: by 10.152.22.199 with SMTP id g7mr75097209laf.23.1420182304866; Thu, 01 Jan 2015 23:05:04 -0800 (PST) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com. [209.85.217.170]) by mx.google.com with ESMTPS id le3si50454525lac.43.2015.01.01.23.05.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 01 Jan 2015 23:05:04 -0800 (PST) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.217.170 as permitted sender) client-ip=209.85.217.170; Received: by mail-lb0-f170.google.com with SMTP id 10so14959715lbg.15 for ; Thu, 01 Jan 2015 23:05:04 -0800 (PST) X-Received: by 10.112.52.229 with SMTP id w5mr61871227lbo.52.1420182304161; Thu, 01 Jan 2015 23:05:04 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.9.200 with SMTP id c8csp126057lbb; Thu, 1 Jan 2015 23:05:03 -0800 (PST) X-Received: by 10.67.22.135 with SMTP id hs7mr122796738pad.29.1420182301600; Thu, 01 Jan 2015 23:05:01 -0800 (PST) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id la3si26847561pab.123.2015.01.01.23.05.00; Thu, 01 Jan 2015 23:05:01 -0800 (PST) Received-SPF: none (google.com: linux-pm-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750714AbbABHE7 (ORCPT + 12 others); Fri, 2 Jan 2015 02:04:59 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:46876 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711AbbABHE6 (ORCPT ); Fri, 2 Jan 2015 02:04:58 -0500 Received: by mail-pd0-f174.google.com with SMTP id fp1so23134894pdb.5 for ; Thu, 01 Jan 2015 23:04:58 -0800 (PST) X-Received: by 10.70.52.161 with SMTP id u1mr119585609pdo.106.1420182298400; Thu, 01 Jan 2015 23:04:58 -0800 (PST) Received: from localhost ([122.167.116.151]) by mx.google.com with ESMTPSA id ud7sm45616562pbc.11.2015.01.01.23.04.57 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Jan 2015 23:04:57 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, prarit@redhat.com, skannan@codeaurora.org, Viresh Kumar Subject: [PATCH 01/17] cpufreq: remove dangling comment Date: Fri, 2 Jan 2015 12:34:22 +0530 Message-Id: X-Mailer: git-send-email 2.2.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: viresh.kumar@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.217.170 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , It doesn't make any sense at all and is a leftover of some earlier commit. Remove it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 6d97dffeaaf7..891672b913c8 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -2000,10 +2000,6 @@ int cpufreq_driver_target(struct cpufreq_policy *policy, } EXPORT_SYMBOL_GPL(cpufreq_driver_target); -/* - * when "event" is CPUFREQ_GOV_LIMITS - */ - static int __cpufreq_governor(struct cpufreq_policy *policy, unsigned int event) {