Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61545
b: refs/heads/master
c: f4a3a7d
h: refs/heads/master
i:
  61543: 16b9846
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jul 19, 2007
1 parent 8200953 commit 0f7e8b6
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: 0c1eecfb345401629aa57c9d3b077273e56c45a7
refs/heads/master: f4a3a7d60c9c9a961e4c970f6eb41dd1c9d3ec21
2 changes: 1 addition & 1 deletion trunk/kernel/power/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void refrigerator(void)
schedule();
}
pr_debug("%s left refrigerator\n", current->comm);
current->state = save;
__set_current_state(save);
}

static void freeze_task(struct task_struct *p)
Expand Down

0 comments on commit 0f7e8b6

Please sign in to comment.