Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41064
b: refs/heads/master
c: 0916bd3
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Nov 23, 2006
1 parent 5bd8c03 commit c86b048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5261d661b49e0c133395c88da193457f62db439a
refs/heads/master: 0916bd3ebb7cefdd0f432e8491abe24f4b5a101e
4 changes: 1 addition & 3 deletions trunk/drivers/acpi/processor_perflib.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ static int acpi_processor_ppc_notifier(struct notifier_block *nb,
goto out;

ppc = (unsigned int)pr->performance_platform_limit;
if (!ppc)
goto out;

if (ppc > pr->performance->state_count)
if (ppc >= pr->performance->state_count)
goto out;

cpufreq_verify_within_limits(policy, 0,
Expand Down

0 comments on commit c86b048

Please sign in to comment.