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

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

Merge "usb: gadget: serial: Increment write_started flag for zlp packet"

parents 3802ec92 49207306
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -415,6 +415,8 @@ __acquires(&port->port_lock)
					printk(KERN_ERR "%s: %s err %d\n",
					__func__, "queue", status);
					list_add(&req->list, pool);
				} else {
					port->write_started++;
				}
				prev_len = 0;
			}