Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61547
b: refs/heads/master
c: c2cf7d8
h: refs/heads/master
i:
  61545: 0f7e8b6
  61543: 16b9846
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jul 19, 2007
1 parent 6dc6d36 commit e805cd1
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: e7cd8a722745a01bcfac4d4a52d53391d177da20
refs/heads/master: c2cf7d87d804c66e063829d5ca739053e901dc15
2 changes: 1 addition & 1 deletion trunk/kernel/power/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int try_to_freeze_tasks(int freeze_user_space)
} while_each_thread(g, p);
read_unlock(&tasklist_lock);
yield(); /* Yield is okay here */
if (todo && time_after(jiffies, end_time))
if (time_after(jiffies, end_time))
break;
} while (todo);

Expand Down

0 comments on commit e805cd1

Please sign in to comment.