Re: [PATCH v2] remoteproc: stm32: improve debug using dev_err_probe

2021-02-09 Thread Arnaud POULIQUEN
Hi, Gentle reminder, in case it has been forgotten. Thanks, Arnaud On 12/17/20 3:41 PM, Arnaud Pouliquen wrote: > From: Arnaud Pouliquen > > When possible use dev_err_probe help to properly deal with the > PROBE_DEFER error. > The benefit is that DEFER issue will be logged in the devices_defer

[PATCH v2] remoteproc: stm32: improve debug using dev_err_probe

2020-12-17 Thread Arnaud Pouliquen
From: Arnaud Pouliquen When possible use dev_err_probe help to properly deal with the PROBE_DEFER error. The benefit is that DEFER issue will be logged in the devices_deferred debugfs file. Signed-off-by: Arnaud Pouliquen --- V1 to V2: As suggested by Ahmad Fatoum use dev_err_probe to deal with