Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212360
b: refs/heads/master
c: bcb5ba8
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Oct 16, 2010
1 parent a3d7414 commit d78d360
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: ede890c2c069d611ece0e184103a6b9236ce416a
refs/heads/master: bcb5ba8b4e8a5ae14b27351bdf499dd4c3bcc944
2 changes: 1 addition & 1 deletion trunk/kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ EXPORT_SYMBOL_GPL(pm_wq);

static int __init pm_start_workqueue(void)
{
pm_wq = create_freezeable_workqueue("pm");
pm_wq = alloc_workqueue("pm", WQ_FREEZEABLE, 0);

return pm_wq ? 0 : -ENOMEM;
}
Expand Down

0 comments on commit d78d360

Please sign in to comment.