mbox series

[v2,0/2] Fix the error path of probe functions in

Message ID cover.1731036523.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, 3:42 a.m. UTC
This patch set fixes the error path of adsp_probe() in qcom_q6v5_adsp.c
and qcom_q6v5_pas.c by removnig subdevs and deinitializing qcom_q6v5.

Changes since v1:
- Fix the error path of adsp_probe() in qcom_q6v5_adsp.c
- Add appropriate Fixes tags.

Joe Hattori (2):
  remoteproc: qcom: pas: Remove subdevs on the error path of
    adsp_probe()
  remoteproc: qcom: adsp: Remove subdevs on the error path of
    adsp_probe()

 drivers/remoteproc/qcom_q6v5_adsp.c | 11 +++++++++--
 drivers/remoteproc/qcom_q6v5_pas.c  | 20 +++++++++++++++-----
 2 files changed, 24 insertions(+), 7 deletions(-)