Loading drivers/usb/gadget/function/u_ctrl_qti.c +1 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ qti_ctrl_write(struct file *fp, const char __user *buf, size_t count, port->copied_from_modem++; spin_lock_irqsave(&port->lock, flags); if (port && port->port_usb) { if (port->port_usb) { if (port->port_type == QTI_PORT_RMNET) { g_rmnet = (struct grmnet *)port->port_usb; } else { Loading Loading
drivers/usb/gadget/function/u_ctrl_qti.c +1 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ qti_ctrl_write(struct file *fp, const char __user *buf, size_t count, port->copied_from_modem++; spin_lock_irqsave(&port->lock, flags); if (port && port->port_usb) { if (port->port_usb) { if (port->port_type == QTI_PORT_RMNET) { g_rmnet = (struct grmnet *)port->port_usb; } else { Loading