Re: [PATCH v6 12/20] dm: blk: Do not use uclass_next_device_err

2022-10-17 Thread Simon Glass
blk_first_device_err/blk_next_device_err uses uclass_first_device_err/uclass_next_device_err for device iteration. Although the function names superficially match the return value from uclass_first_device_err/uclass_next_device_err is never used meaningfully, and uclass_first_device/uclass_next_de

[PATCH v6 12/20] dm: blk: Do not use uclass_next_device_err

2022-10-12 Thread Michal Suchanek
blk_first_device_err/blk_next_device_err uses uclass_first_device_err/uclass_next_device_err for device iteration. Although the function names superficially match the return value from uclass_first_device_err/uclass_next_device_err is never used meaningfully, and uclass_first_device/uclass_next_de