aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/core.c
diff options
context:
space:
mode:
authorPeter Chen <[email protected]>2020-02-19 14:14:54 +0000
committerGreg Kroah-Hartman <[email protected]>2020-03-04 09:56:25 +0000
commit8a7c47fb7285b23ca259c888016513d5566fa9e8 (patch)
treea294eee70a57322caa97a10d56c73da372180153 /drivers/usb/cdns3/core.c
parentLinux 5.6-rc3 (diff)
downloadkernel-8a7c47fb7285b23ca259c888016513d5566fa9e8.tar.gz
kernel-8a7c47fb7285b23ca259c888016513d5566fa9e8.zip
usb: cdns3: gadget: link trb should point to next request
It has marked the dequeue trb as link trb, but its next segment pointer is still itself, it causes the transfer can't go on. Fix it by set its pointer as the trb address for the next request. Fixes: f616c3bda47e ("usb: cdns3: Fix dequeue implementation") Signed-off-by: Peter Chen <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/core.c')
0 files changed, 0 insertions, 0 deletions