Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119062
b: refs/heads/master
c: 43ff3a4
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Jiri Kosina committed Nov 13, 2008
1 parent a5898d7 commit 0036c76
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: 437184ae8bd1ef923a40b009e37801deae66ad55
refs/heads/master: 43ff3a48c13f3ddc085271c2eea2985d28c8aa08
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ static int __init hid_init(void)
goto err_bus;

#ifdef CONFIG_HID_COMPAT
hid_compat_wq = create_workqueue("hid_compat");
hid_compat_wq = create_singlethread_workqueue("hid_compat");
if (!hid_compat_wq) {
hidraw_exit();
goto err;
Expand Down

0 comments on commit 0036c76

Please sign in to comment.