From patchwork Fri Sep 13 12:59:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 2884221 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F18139F1E3 for ; Fri, 13 Sep 2013 13:04:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EBE0F20336 for ; Fri, 13 Sep 2013 13:04:35 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0F7BD2031A for ; Fri, 13 Sep 2013 13:04:30 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKT2T-00029J-0R; Fri, 13 Sep 2013 13:03:57 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKT2G-0005BZ-DW; Fri, 13 Sep 2013 13:03:44 +0000 Received: from mail-pd0-f177.google.com ([209.85.192.177]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKT23-000574-1k for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2013 13:03:31 +0000 Received: by mail-pd0-f177.google.com with SMTP id y10so1212660pdj.8 for ; Fri, 13 Sep 2013 06:03:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=AULnOhu1O8tvaTzh4HrRdG9lI2CYs7r3didc5ROlwoQ=; b=jIuT+tn6k1yPePgrNtCfhPX3YCCGzAlAkeORIzgJMIfiz0h9xauo8FTXxh095kL4b6 W0d0E1u/nXxKrd7NqnI6NgGbdb99eZGtr8ByKi24WkV4cCiXp8iT1ndArAQRsLLhay1o WzYvc4R90eqZU/VkqpV9ZDCwgPe703nQhoCizZLGDnYtVXdbovJNuyhf40+FFEyouHCC Vqb+k0Ob7tRfwln1NXLKDHdMOcbqLNi+Pj+JM/0HLOW0yz+soezg+AZwk449gQOOCV91 /Ey0UzyT8nddT+LEdYJzVDD6RFgVouXKqpRanT1wu6eV0mAo5cg9xcuJ6AtcPvU38GKy XoIQ== X-Gm-Message-State: ALoCoQnxYLSKRQKHeoSzhjGDChJhYto8TYtys7Mx7Bb2ims8UR8FC88CbF/XfDnvNWbDdF+mRfS2 X-Received: by 10.67.11.103 with SMTP id eh7mr15286610pad.153.1379077388303; Fri, 13 Sep 2013 06:03:08 -0700 (PDT) Received: from localhost ([122.167.78.148]) by mx.google.com with ESMTPSA id gg10sm11613448pbc.46.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Sep 2013 06:03:07 -0700 (PDT) From: Viresh Kumar To: rjw@sisk.pl Subject: [PATCH 001/228] cpufreq: Remove extra blank line Date: Fri, 13 Sep 2013 18:29:07 +0530 Message-Id: <527549804685f2fe723d0b6b7d60324ac6790771.1379063063.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130913_090331_251097_F17167BA X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Viresh Kumar , patches@linaro.org, linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We don't need a blank line just at start of a block, lets remove it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 005eb73..3d5e6d6 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -1240,7 +1240,6 @@ static int __cpufreq_remove_dev_prepare(struct device *dev, if (!frozen) sysfs_remove_link(&dev->kobj, "cpufreq"); } else if (cpus > 1) { - new_cpu = cpufreq_nominate_new_policy_cpu(policy, cpu, frozen); if (new_cpu >= 0) { WARN_ON(lock_policy_rwsem_write(cpu));