summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
diff options
context:
space:
mode:
authorFabian Vogt <fabian@ritter-vogt.de>2021-03-24 15:11:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-26 14:43:47 +0100
commitc7f755b243494d6043aadcd9a2989cb157958b95 (patch)
tree0fc40f6abece45d5e5bc2b25f7a586eee5660f46 /drivers/usb/cdns3
parent078ba935651e149c92c41161e0322e3372cc2705 (diff)
fotg210-udc: Remove a dubious condition leading to fotg210_done
When the EP0 IN request was not completed but less than a packet sent, it would complete the request successfully. That doesn't make sense and can't really happen as fotg210_start_dma always sends min(length, maxpkt) bytes. Fixes: b84a8dee23fd ("usb: gadget: add Faraday fotg210_udc driver") Signed-off-by: Fabian Vogt <fabian@ritter-vogt.de> Link: https://lore.kernel.org/r/20210324141115.9384-4-fabian@ritter-vogt.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions