Re: [PATCH v2] dm: core: Do not stop uclass iteration on error.

2022-08-18 Thread Michal Suchánek
On Thu, Aug 18, 2022 at 11:49:53AM -0600, Simon Glass wrote: > Hi Michal, > > On Wed, 17 Aug 2022 at 02:28, Michal Suchanek wrote: > > > > When probing a device fails NULL pointer is returned, and other devices > > cannot be iterated. Skip to next device on error instead. > > > > Fixes: 6494d708b

Re: [PATCH v2] dm: core: Do not stop uclass iteration on error.

2022-08-18 Thread Simon Glass
Hi Michal, On Wed, 17 Aug 2022 at 02:28, Michal Suchanek wrote: > > When probing a device fails NULL pointer is returned, and other devices > cannot be iterated. Skip to next device on error instead. > > Fixes: 6494d708bf ("dm: Add base driver model support") > Signed-off-by: Michal Suchanek > -

[PATCH v2] dm: core: Do not stop uclass iteration on error.

2022-08-17 Thread Michal Suchanek
When probing a device fails NULL pointer is returned, and other devices cannot be iterated. Skip to next device on error instead. Fixes: 6494d708bf ("dm: Add base driver model support") Signed-off-by: Michal Suchanek --- v2: Fix up tests Note: there is seemingly bogus repeated device_remove(pare