Loading drivers/usb/gadget/function/u_serial.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
drivers/usb/gadget/function/u_serial.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading