Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263831
b: refs/heads/master
c: e71f5cc
h: refs/heads/master
i:
  263829: 8be837b
  263827: 0105a4a
  263823: 248242a
v: v3
  • Loading branch information
Naga Chumbalkar authored and Linus Torvalds committed Sep 15, 2011
1 parent d2bcde8 commit cb9693e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88cee8fd77af28d414b983798dd30c8950c71e31
refs/heads/master: e71f5cc402ecb42b407ae52add7b173bf1c53daa
3 changes: 3 additions & 0 deletions trunk/drivers/cpufreq/pcc-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ static int pcc_get_offset(int cpu)
pr = per_cpu(processors, cpu);
pcc_cpu_data = per_cpu_ptr(pcc_cpu_info, cpu);

if (!pr)
return -ENODEV;

status = acpi_evaluate_object(pr->handle, "PCCP", NULL, &buffer);
if (ACPI_FAILURE(status))
return -ENODEV;
Expand Down

0 comments on commit cb9693e

Please sign in to comment.