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

Commit 6f456ae4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: u_serial: Remove extra list operation from gs_start_tx"

parents 71b65370 f3314511
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -254,7 +254,6 @@ __acquires(&port->port_lock)
		do_tty_wake = true;

		req->length = len;
		list_move_tail(&req->list, &port->queued_write_pool);
		req->zero = kfifo_is_empty(&port->port_write_buf);

		pr_vdebug("ttyGS%d: tx len=%d, 0x%02x 0x%02x 0x%02x ...\n",