Re: [PATCH 09/17] dfu: Detach the controller on error

2023-08-22 Thread Mattijs Korpershoek
On sam., août 19, 2023 at 16:23, Marek Vasut wrote: > In case anything errors out during the DFU registration, detach > the controller instead of bailing out right away. This way, the > controller can be reattached on next attempt. > > Signed-off-by: Marek Vasut > --- > Cc: Angus Ainslie > Cc:

[PATCH 09/17] dfu: Detach the controller on error

2023-08-19 Thread Marek Vasut
In case anything errors out during the DFU registration, detach the controller instead of bailing out right away. This way, the controller can be reattached on next attempt. Signed-off-by: Marek Vasut --- Cc: Angus Ainslie Cc: Dmitrii Merkurev Cc: Eddie Cai Cc: Kever Yang Cc: Lukasz Majewski