projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617df30
)
OPP: Fix typo in comment
author
Viresh Kumar
<viresh.kumar@linaro.org>
Fri, 3 Jun 2022 09:57:55 +0000
(15:27 +0530)
committer
Viresh 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
patch
|
blob
|
history
diff --git
a/drivers/opp/core.c
b/drivers/opp/core.c
index bcfa8af040ffb37a5a1f1f7ec8eaf8199d837761..b2715950e76d245728fd893a4c4ac6293a7c8ed9 100644
(file)
--- 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
r
ate of %s: %d (%d)\n",
+ dev_err(dev, "Failed to set performance
st
ate of %s: %d (%d)\n",
dev_name(pd_dev), pstate, ret);
}