OPP: Fix typo in comment
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 3 Jun 2022 09:57:55 +0000 (15:27 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 9 Jun 2022 08:27:55 +0000 (13:57 +0530)
Replace rate with state.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c

index bcfa8af040ffb37a5a1f1f7ec8eaf8199d837761..b2715950e76d245728fd893a4c4ac6293a7c8ed9 100644 (file)
@@ -1019,7 +1019,7 @@ static int _set_required_opp(struct device *dev, struct device *pd_dev,
 
        ret = dev_pm_genpd_set_performance_state(pd_dev, pstate);
        if (ret) {
-               dev_err(dev, "Failed to set performance rate of %s: %d (%d)\n",
+               dev_err(dev, "Failed to set performance state of %s: %d (%d)\n",
                        dev_name(pd_dev), pstate, ret);
        }