Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63af4055 authored by Eric Biggers's avatar Eric Biggers Committed by Rafael J. Wysocki
Browse files

cpufreq: fix comment about return value of cpufreq_register_driver()



The comment has been incorrect since commit 4dea5806
("cpufreq: return EEXIST instead of EBUSY for second registering").

Signed-off-by: default avatarEric Biggers <ebiggers3@gmail.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 5bc8ac0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, -EBUSY when another driver got here first
 * returns zero on success, -EEXIST when another driver got here first
 * (and isn't unregistered in the meantime).
 *
 */