Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321800
b: refs/heads/master
c: 5fbbb90
h: refs/heads/master
v: v3
  • Loading branch information
Jon Medhurst (Tixy) authored and Rafael J. Wysocki committed Aug 17, 2012
1 parent 2e5ba74 commit b789ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 63c6ba4352009a5f85b32307c001abeb5baebd28
refs/heads/master: 5fbbb90dfdedb9a258550e4e5debd3013266372e
2 changes: 1 addition & 1 deletion trunk/drivers/cpuidle/coupled.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ static int cpuidle_coupled_cpu_notify(struct notifier_block *nb,
mutex_lock(&cpuidle_lock);

dev = per_cpu(cpuidle_devices, cpu);
if (!dev->coupled)
if (!dev || !dev->coupled)
goto out;

switch (action & ~CPU_TASKS_FROZEN) {
Expand Down

0 comments on commit b789ef0

Please sign in to comment.