Simplify drivers in few places around probe function. Best regards, Krzysztof --- Krzysztof Kozlowski (10): remoteproc: da8xx: Handle deferred probe remoteproc: da8xx: Simplify with dev_err_probe() remoteproc: ti_k3_r5: Simplify with dev_err_probe() remoteproc: ti_k3_r5: Simplify with scoped for each OF child loop remoteproc: qcom_q6v5_adsp: Simplify with dev_err_probe() remoteproc: qcom_q6v5_mss: Simplify with dev_err_probe() remoteproc: qcom_q6v5_mss: Drop redundant error printks in probe remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe() remoteproc: qcom_q6v5_wcss: Simplify with dev_err_probe() remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe() drivers/remoteproc/da8xx_remoteproc.c | 29 +++------- drivers/remoteproc/qcom_q6v5_adsp.c | 17 +++--- drivers/remoteproc/qcom_q6v5_mss.c | 48 +++++------------ drivers/remoteproc/qcom_q6v5_pas.c | 22 +++----- drivers/remoteproc/qcom_q6v5_wcss.c | 92 +++++++++++--------------------- drivers/remoteproc/qcom_wcnss_iris.c | 5 +- drivers/remoteproc/ti_k3_r5_remoteproc.c | 74 +++++++++---------------- 7 files changed, 92 insertions(+), 195 deletions(-) --- base-commit: 0cca97bf23640ff68a6e8a74e9b6659fdc27f48c change-id: 20241011-remote-proc-dev-err-probe-c986de9e93de Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>