commit | 602fda17c7356bb7ae98467d93549057481d11dd | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 26 14:59:03 2019 +1000 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Aug 12 08:55:24 2019 +0300 |
tree | 0e17f55cfee73041806a4017d47ffe93700f4eac | |
parent | 5dac665cf403967bb79a7aeb8c182a621fe617ff [diff] |
usb: gadget: composite: Clear "suspended" on reset/disconnect In some cases, one can get out of suspend with a reset or a disconnect followed by a reconnect. Previously we would leave a stale suspended flag set. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>