Skip to content

Commit

Permalink
Merge branch 'pm-cpufreq'
Browse files Browse the repository at this point in the history
* pm-cpufreq:
  cpufreq: intel_pstate: Fix missing return statement
  • Loading branch information
Rafael J. Wysocki committed Oct 2, 2020
2 parents 1a67b92 + fc7d175 commit 7bbe8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/intel_pstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 7bbe8f2

Please sign in to comment.