From patchwork Tue Dec 6 09:15:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 86714 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1917127qgi; Tue, 6 Dec 2016 01:16:59 -0800 (PST) X-Received: by 10.84.213.150 with SMTP id g22mr134106047pli.11.1481015819441; Tue, 06 Dec 2016 01:16:59 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33si18742786plo.92.2016.12.06.01.16.59; Tue, 06 Dec 2016 01:16:59 -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 S1752264AbcLFJQ6 (ORCPT + 13 others); Tue, 6 Dec 2016 04:16:58 -0500 Received: from mail-pg0-f44.google.com ([74.125.83.44]:34860 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751998AbcLFJQv (ORCPT ); Tue, 6 Dec 2016 04:16:51 -0500 Received: by mail-pg0-f44.google.com with SMTP id p66so147421524pga.2 for ; Tue, 06 Dec 2016 01:16: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=LpELua6J5y77Plhxxe7Im0DB6kgwzaqEY1jdR6wFGAg=; b=OB8486GecUKBSi8g4BUFuWkrYFCBwvY/jzYhEWS/R8gLQ1hMXH34bnpOU3/FXpZBBg Ov2mWdBpcvqB5BjiYtOvSKHYA7vI5QzXQFrzNl4+XYTjSl0IEJyLPz8A8eodbXfuSm7h /4tkGtXmn3B4d2/G5d+D1uJ903Q+w5KcASwoM= 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=LpELua6J5y77Plhxxe7Im0DB6kgwzaqEY1jdR6wFGAg=; b=F2ID6W7Dys5E50Xaeujnf0IGJ2/Ya16OqwMzDUCGcu9v4Cr3R5onuryBxY5I7S/tuK YiNEt3KbX10atJDP2PEj3xZ4xqSwbjZac17WkYxVRCgGCvbBTCSx35SGWVnglxq5BxM/ KM3nppbIjqqzJTffM57At6Qi3ZxmtBqNHzFzaAGmaWYdES+vv8TpGdGXurgyZFLyLBcU lrn/gu9Ua4lWL+RpdA3/ZHI1P/OCcGbe7DUGcqwr5LhAbj9CqX/lrAG4lIup9KLt8ZLZ bIUyHN+h0fyEQaOFcFtRRtCdUV7T5aHPn33zCxE0gTVOgH7PW7QcOAXPY1HRdMLIqFR7 YBRg== X-Gm-Message-State: AKaTC018P9Ziwd9EEopoqmHNZg7qy5SLdBsOpZFTDwfm2wsAf8hl5EuYEwLTI/jHe0Cxxog/ X-Received: by 10.99.5.21 with SMTP id 21mr110477071pgf.32.1481015778947; Tue, 06 Dec 2016 01:16:18 -0800 (PST) Received: from localhost ([122.172.43.83]) by smtp.gmail.com with ESMTPSA id 64sm33181607pfu.17.2016.12.06.01.16.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 01:16: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 02/10] PM / OPP: Remove useless TODO Date: Tue, 6 Dec 2016 14:45:54 +0530 Message-Id: <1256ea9415bf9e6a4cf71b5b22e544e5b542a056.1481015522.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 --- 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 Reviewed-by: Stephen Boyd 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. */