This patch set fixes the error path of probe functions in qcom_q6v5_{adsp,pas,wcss}.c by removnig subdevs and deinitializing qcom_q6v5. Changes since v2: - Fix the error path of q6v5_wcss_probe() in qcom_q6v5_wcss.c Changes since v1: - Fix the error path of adsp_probe() in qcom_q6v5_adsp.c - Add appropriate Fixes tags. Joe Hattori (3): remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe() remoteproc: qcom: adsp: Remove subdevs on the error path of adsp_probe() remoteproc: qcom: wcss: Remove subdevs on the error path of q6v5_wcss_probe() drivers/remoteproc/qcom_q6v5_adsp.c | 11 +++++++++-- drivers/remoteproc/qcom_q6v5_pas.c | 20 +++++++++++++++----- drivers/remoteproc/qcom_q6v5_wcss.c | 19 +++++++++++++++++-- 3 files changed, 41 insertions(+), 9 deletions(-) -- 2.34.1