[CPUFREQ] Fix powernow-k8 policy usage.
As the powernow-k8 driver uses the ->target and not the ->setpolicy callback, cpufreq_policy->policy is always zero. Checking for it in the powernow-k8 driver always returned "false". So we can easily remove this invalid check (and the #warning added to denote this). From Dominik Brodowski
Showing
Please register or sign in to comment