From: Viresh Kumar Date: Mon, 2 Jan 2017 09:10:56 +0000 (+0530) Subject: PM / OPP: Remove useless TODO X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1715371ddd5affdd63c7cb5220d104062c74ad66;p=linux.git PM / OPP: Remove useless TODO 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/base/power/opp/of.c b/drivers/base/power/opp/of.c index 356c75edd6565..996ca3b42f473 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. */