Commit 9bfb1fff authored by Viresh Kumar's avatar Viresh Kumar

OPP: Fix typo in comment

Replace rate with state.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 617df304
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment