]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/core/usb.c
PM: Do not acquire device semaphores upfront during suspend
[linux-2.6-omap-h63xx.git] / drivers / usb / core / usb.c
index f6f19908f5f00983b9941afccc274021906ceb6d..1f0db51190ccc79c121364de04a39a93c7e54aae 100644 (file)
@@ -233,7 +233,7 @@ static int ksuspend_usb_init(void)
         * singlethreaded.  Its job doesn't justify running on more
         * than one CPU.
         */
-       ksuspend_usb_wq = create_singlethread_workqueue("ksuspend_usbd");
+       ksuspend_usb_wq = create_freezeable_workqueue("ksuspend_usbd");
        if (!ksuspend_usb_wq)
                return -ENOMEM;
        return 0;