]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: intel_pstate: Remove duplicate CPU ID check
authorStratos Karafotis <stratosk@semaphore.gr>
Mon, 9 Jun 2014 21:00:09 +0000 (00:00 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Jun 2014 20:49:41 +0000 (22:49 +0200)
commit2447e1d3ce89cede4c0c983304bf26297646d738
treeb6c19cbeebe6a4376bbd324bddcb4770a7214592
parent4ff7a55ac50ad094d517bb2b167e3e3a74f21f49
cpufreq: intel_pstate: Remove duplicate CPU ID check

We check the CPU ID during driver init. There is no need
to do it again per logical CPU initialization.

So, remove the duplicate check.

Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c