diff options
| author | 2022-07-20 23:35:23 +0200 | |
|---|---|---|
| committer | 2022-08-19 11:03:44 +0200 | |
| commit | b44c0e7fef51ee7e8ca8c6efbf706f5613787100 (patch) | |
| tree | e91bd753962e9fd44149f3686c1c45fb2637ecee /drivers/usb/common/debug.c | |
| parent | USB: host: npcm: Add NPCM8XX support (diff) | |
| download | wireguard-linux-b44c0e7fef51ee7e8ca8c6efbf706f5613787100.tar.xz wireguard-linux-b44c0e7fef51ee7e8ca8c6efbf706f5613787100.zip | |
usb: dwc3: gadget: conditionally remove requests
The functions stop_active_transfers and ep_disable are both calling
remove_requests. This functions in both cases will giveback the requests
with status ESHUTDOWN, which also represents an physical disconnection.
For ep_disable this is not true. This patch adds the status parameter to
remove_requests and sets the status to ECONNRESET on ep_disable.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Link: https://lore.kernel.org/r/20220720213523.1055897-1-m.grzeschik@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/common/debug.c')
0 files changed, 0 insertions, 0 deletions
