diff options
author | Viresh Kumar | 2022-06-03 15:27:55 +0530 |
---|---|---|
committer | Viresh Kumar | 2022-06-09 13:57:55 +0530 |
commit | 9bfb1ffff1972291738b4288e7653ba7ea3c24fa (patch) | |
tree | 9e5d9fc17bc2f640c000cdcad5f4f31aa9c07901 /drivers/opp/core.c | |
parent | 617df304f3fb63db3dc37e62c3f8efbbe56427b5 (diff) |
OPP: Fix typo in comment
Replace rate with state.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/opp/core.c')
-rw-r--r-- | drivers/opp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opp/core.c b/drivers/opp/core.c index bcfa8af040ff..b2715950e76d 100644 --- a/drivers/opp/core.c +++ b/drivers/opp/core.c @@ -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); } |