projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc8ac0
)
cpufreq: fix comment about return value of cpufreq_register_driver()
author
Eric Biggers
<
[email protected]
>
Sun, 21 Feb 2016 03:50:01 +0000
(21:50 -0600)
committer
Rafael J. Wysocki
<
[email protected]
>
Mon, 22 Feb 2016 12:56:41 +0000
(13:56 +0100)
The comment has been incorrect since commit
4dea5806d332
("cpufreq: return EEXIST instead of EBUSY for second registering").
Signed-off-by: Eric Biggers <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq.c
b/drivers/cpufreq/cpufreq.c
index 78a262f3d9ab5c9381a2944b7039f3148835a5a7..d84aff1593e4bb595f5236871863fb532c38a92c 100644
(file)
--- a/
drivers/cpufreq/cpufreq.c
+++ b/
drivers/cpufreq/cpufreq.c
@@
-2378,7
+2378,7
@@
EXPORT_SYMBOL_GPL(cpufreq_boost_enabled);
* submitted by the CPU Frequency driver.
*
* Registers a CPU Frequency driver to this core code. This code
- * returns zero on success, -E
BUSY
when another driver got here first
+ * returns zero on success, -E
EXIST
when another driver got here first
* (and isn't unregistered in the meantime).
*
*/