mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
Merge tag 'usb-ci-v4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus
Peter writes: One bug-fix using ID wakeup, this bug is existed once this driver has written.
This commit is contained in:
@@ -158,7 +158,7 @@ static void ci_otg_work(struct work_struct *work)
|
||||
int ci_hdrc_otg_init(struct ci_hdrc *ci)
|
||||
{
|
||||
INIT_WORK(&ci->work, ci_otg_work);
|
||||
ci->wq = create_singlethread_workqueue("ci_otg");
|
||||
ci->wq = create_freezable_workqueue("ci_otg");
|
||||
if (!ci->wq) {
|
||||
dev_err(ci->dev, "can't create workqueue\n");
|
||||
return -ENODEV;
|
||||
|
||||
Reference in New Issue
Block a user