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

2020-07-21 Thread Florian Fainelli
On 7/21/20 7:43 AM, Al Cooper wrote: > From: Sasi Kumar > > 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 allo

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

2020-07-21 Thread Al Cooper
From: Sasi Kumar 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 conn