Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: cdnsp: Fix lack of removing request from pending list.
Patch fixes lack of removing request from ep->pending_list on failure of the stop endpoint command. Driver even after failing this command must remove request from ep->pending_list. Without this fix driver can stuck in cdnsp_gadget_ep_disable function in loop: while (!list_empty(&pep->pending_list)) { preq = next_request(&pep->pending_list); cdnsp_ep_dequeue(pep, preq); } Fixes: 3d82904 ("usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver") Signed-off-by: Pawel Laszczak <pawell@cadence.com> Link: https://lore.kernel.org/r/20210420042813.34917-1-pawell@gli-login.cadence.com Signed-off-by: Peter Chen <peter.chen@kernel.org>
- eswin-6.6.67-alpine
- linux-6.12.y-alpine
- p550-6.6.67-alpine
- rpi-5.15.105-alpine
- rpi-6.1.22-alpine
- rpi-6.1.29-alpine
- rpi-6.12.4-alpine
- rpi-6.6.12-alpine
- rpi-6.6.16-alpine
- rpi-6.6.18-alpine
- rpi-6.6.33-alpine
- rpi-6.6.34-alpine
- rpi-6.6.35-alpine
- rpi-6.6.40-alpine
- rpi-6.6.41-alpine
- rpi-6.6.45-alpine
- rpi-6.6.49-alpine
- rpi-6.6.52-alpine
- rpi-6.6.53-alpine
- rpi-6.6.56-alpine
- sophgo-6.1.89-alpine
- sophgo-6.12.6-alpine
- spacemit-6.6.52-alpine
- spacemit-6.6.53-alpine
- spacemit-6.6.y