From patchwork Wed Dec 7 04:41:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 86952 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp136779qgi; Tue, 6 Dec 2016 20:42:22 -0800 (PST) X-Received: by 10.99.230.83 with SMTP id p19mr116094595pgj.138.1481085741331; Tue, 06 Dec 2016 20:42:21 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h67si22465114pfe.48.2016.12.06.20.42.21; Tue, 06 Dec 2016 20:42:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbcLGEmU (ORCPT + 13 others); Tue, 6 Dec 2016 23:42:20 -0500 Received: from mail-pg0-f52.google.com ([74.125.83.52]:35390 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbcLGEmU (ORCPT ); Tue, 6 Dec 2016 23:42:20 -0500 Received: by mail-pg0-f52.google.com with SMTP id p66so157299477pga.2 for ; Tue, 06 Dec 2016 20:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Wlv5SXe1Ud8/fquBtP0b6RdQWUAcmnLe4LUS474XZkI=; b=Q3fbHmxPgzIFmYsX8ccY8AWU3HWpvKVpuLRqasBb5ULY+8H+Gfcu8lDNeF1CyXXUwO IvZFLjaAkWtoPcUn8A69JFyUAJySUgFuibtDqMlk+2vlk/+sdblMlP+77vvYdwyUnlnd C47cvyk/tkcoy6a0kgzrLKEqKIrYIlYPsJ1uM= 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=Wlv5SXe1Ud8/fquBtP0b6RdQWUAcmnLe4LUS474XZkI=; b=aXnXmgv5o9ZA4CmJbNskzGzi0FBf73qIM5XGA8t97DWfcePAdRpspjkDt67cRvUb1y VQvGzy/xkj574hdHKyv8OIcoYlPz63As8px4mEbItIKdukin+eSRxGzV/aNDIvI6mw+8 5f5R/Ext1fvPkXr0xUevjNuuPFJI81C67Rjqwwb7QQsygHh5nc3HTjFhG4ZUf6Pc3VlG waRL/61AcpGL9g/9W8iGmrJAflAamCEA3+Jd/oPMMGgkVGeMTzhBTH4n7AQwBUlKW63y wK79UWGawXCIN32GIFt+weU7hZgK/XueUBYr6cnfccH0ontr7kph+nVA3WPE1w8Tg54q qAvQ== X-Gm-Message-State: AKaTC00NhaLt265+kJiJDzWu803MEkky5K7MAi2wMzYG7Xsz95cz9cYUDNeZAY4zddrfuk2f X-Received: by 10.84.177.129 with SMTP id x1mr138474411plb.105.1481085739202; Tue, 06 Dec 2016 20:42:19 -0800 (PST) Received: from localhost ([122.172.43.83]) by smtp.gmail.com with ESMTPSA id s5sm38507010pgj.19.2016.12.06.20.42.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 20:42:18 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , Viresh Kumar , Nishanth Menon , Stephen Boyd Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Vincent Guittot , Viresh Kumar Subject: [PATCH V2 02/10] PM / OPP: Remove useless TODO Date: Wed, 7 Dec 2016 10:11:58 +0530 Message-Id: <71055c2e44b02e54bad9f420e3f7edcf3092d263.1481085478.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.7.1.410.g6faf27b In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org This TODO doesn't make sense anymore as we have all the information in a single OPP table. Remove it. Signed-off-by: Viresh Kumar Reviewed-by: Stephen Boyd --- drivers/base/power/opp/of.c | 2 -- 1 file changed, 2 deletions(-) -- 2.7.1.410.g6faf27b -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/base/power/opp/of.c b/drivers/base/power/opp/of.c index 356c75edd656..996ca3b42f47 100644 --- a/drivers/base/power/opp/of.c +++ b/drivers/base/power/opp/of.c @@ -246,8 +246,6 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_of_remove_table); static struct device_node *_of_get_opp_desc_node(struct device *dev) { /* - * TODO: Support for multiple OPP tables. - * * There should be only ONE phandle present in "operating-points-v2" * property. */