diff options
| -rw-r--r-- | drivers/hid/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 4f0b92edb4df..e158aa83b92f 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
| @@ -1736,7 +1736,7 @@ static int __init hid_init(void) | |||
| 1736 | goto err_bus; | 1736 | goto err_bus; |
| 1737 | 1737 | ||
| 1738 | #ifdef CONFIG_HID_COMPAT | 1738 | #ifdef CONFIG_HID_COMPAT |
| 1739 | hid_compat_wq = create_workqueue("hid_compat"); | 1739 | hid_compat_wq = create_singlethread_workqueue("hid_compat"); |
| 1740 | if (!hid_compat_wq) { | 1740 | if (!hid_compat_wq) { |
| 1741 | hidraw_exit(); | 1741 | hidraw_exit(); |
| 1742 | goto err; | 1742 | goto err; |
