Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / usb / host / whci / init.c
index e36372393bb1f8719293a3cc979c95c075277e85..ad8eb575c30a29ed6aa7773c99146de1531b8c20 100644 (file)
@@ -65,7 +65,7 @@ int whc_init(struct whc *whc)
        init_waitqueue_head(&whc->cmd_wq);
        init_waitqueue_head(&whc->async_list_wq);
        init_waitqueue_head(&whc->periodic_list_wq);
-       whc->workqueue = create_singlethread_workqueue(dev_name(&whc->umc->dev));
+       whc->workqueue = alloc_ordered_workqueue(dev_name(&whc->umc->dev), 0);
        if (whc->workqueue == NULL) {
                ret = -ENOMEM;
                goto error;
This page took 0.024844 seconds and 5 git commands to generate.