Commit 7bbe8f2a authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

Merge branch 'pm-cpufreq'

* pm-cpufreq:
  cpufreq: intel_pstate: Fix missing return statement
parents 1a67b926 fc7d1755
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)) {