Re: [PATCH v2 3/7] bdc: Fix bug causing crash after multiple disconnects

From: Florian Fainelli
Date: Tue Jul 21 2020 - 13:33:44 EST


On 7/21/20 7:43 AM, Al Cooper wrote:
> From: Sasi Kumar <sasi.kumar@xxxxxxxxxxxx>
>
> Multiple connects/disconnects can cause a crash on the second
> disconnect. The driver had a problem where it would try to send
> endpoint commands after it was disconnected which is not allowed
> by the hardware. The fix is to only allow the endpoint commands
> when the endpoint is connected. This will also fix issues that
> showed up when using configfs to create gadgets.
>
> Signed-off-by: Sasi Kumar <sasi.kumar@xxxxxxxxxxxx>
> Signed-off-by: Al Cooper <alcooperx@xxxxxxxxx>

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian