commit | 1661bf214fc92633a4f0dad7eab67d19ba059bad | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Mon Jun 04 15:53:39 2018 +0900 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 08 22:22:07 2018 +0200 |
tree | 8ad62c6ce056bda70d4c1211d7cb0e34b3aca846 | |
parent | 28c866458ff831ad57d7d94c589fac166628e57f [diff] |
gadget: f_thor: fix hang-up with ctrl-c After the commit 6aae84769a0b ("gadget: f_thor: Fix memory leaks of usb request and its buffer"), there is hang-up with ctrl-c in some udc. It is because req of out_ep is freed before out_ep is disabled. Fix hang-up with ctrl-c by disabling ep before free req of the ep. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>