pswarfound

Results 1 issues of pswarfound

### Describe the bug file: drivers/usb/gadget/function/u_ether.c function: eth_start_xmit ``` if (dev->port_usb && dev->port_usb->is_suspend) { DBG(dev, "Port suspended. Triggering wakeup\n"); netif_stop_queue(net); spin_unlock_irqrestore(&dev->lock, flags); /* if failed to wake up host here,...