mbox series

[0/2] usb: dwc3: gadget: fix scatter gather support

Message ID 20210421204837.4185-1-m.grzeschik@pengutronix.de (mailing list archive)
Headers show
Series usb: dwc3: gadget: fix scatter gather support | expand

Message

Michael Grzeschik April 21, 2021, 8:48 p.m. UTC
This patches fix the usage of scatter gather with the dwc3 gadget
driver. The driver is currently not using the variables pending_sgs
and queued_sgs as intended. This series fixes that.

Michael Grzeschik (2):
  dwc3: gadget: fix setting of pending_sgs
  dwc3: gadget: fix tracking of used sgs in request

 drivers/usb/dwc3/gadget.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)