]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: intel_pstate: Drop pointless initialization of PID parameters
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Mar 2017 22:04:30 +0000 (00:04 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 28 Mar 2017 21:12:07 +0000 (23:12 +0200)
commit6404367862bb25730e373cb9d443757b76f6abcc
treed44c03b0a94eedc2ed32fdcf7d3a7c1b32fa3d1f
parente14cf8857ebd7486a4e30fa7dad06ba187e6cb04
cpufreq: intel_pstate: Drop pointless initialization of PID parameters

The P-state selection algorithm used by intel_pstate for Atom
processors is not based on the PID controller and the initialization
of PID parametrs for those processors is pointless and confusing, so
drop it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c