mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 02:19:54 -04:00
Merge branch 'pm-cpufreq'
* pm-cpufreq: cpufreq: intel_pstate: Fix missing return statement
This commit is contained in:
@@ -2781,6 +2781,7 @@ static int intel_pstate_update_status(const char *buf, size_t size)
|
||||
|
||||
cpufreq_unregister_driver(intel_pstate_driver);
|
||||
intel_pstate_driver_cleanup();
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (size == 6 && !strncmp(buf, "active", size)) {
|
||||
|
||||
Reference in New Issue
Block a user