Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddfecb0d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "usb: gadget: u_ether: Fix Out-of-order packets in UL bi-dir in RNDIS mode""

parents 8f3e7f9b 2b45ef8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ clean:
	}

	if (queue)
		queue_work_on(0, uether_wq, &dev->rx_work);
		queue_work(uether_wq, &dev->rx_work);
}

static int prealloc(struct list_head *list,
@@ -2012,7 +2012,7 @@ static void uether_debugfs_exit(struct eth_dev *dev)

static int __init gether_init(void)
{
	uether_wq = alloc_workqueue("uether", WQ_CPU_INTENSIVE, 1);
	uether_wq  = create_singlethread_workqueue("uether");
	if (!uether_wq) {
		pr_err("%s: Unable to create workqueue: uether\n", __func__);
		return -ENOMEM;