mbox series

[v3,0/3] Fix the error path of probe functions in

Message ID cover.1731038950.git.joe@pf.is.s.u-tokyo.ac.jp (mailing list archive)
Headers show
Series Fix the error path of probe functions in | expand

Message

Joe Hattori Nov. 8, 2024, 4:13 a.m. UTC
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(-)