We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a70551 commit 34d01dfCopy full SHA for 34d01df
drivers/remoteproc/qcom_q6v5_pas.c
@@ -573,6 +573,7 @@ static int adsp_remove(struct platform_device *pdev)
573
qcom_remove_sysmon_subdev(adsp->sysmon);
574
qcom_remove_smd_subdev(adsp->rproc, &adsp->smd_subdev);
575
qcom_remove_ssr_subdev(adsp->rproc, &adsp->ssr_subdev);
576
+ adsp_pds_detach(adsp, adsp->proxy_pds, adsp->proxy_pd_count);
577
device_init_wakeup(adsp->dev, false);
578
rproc_free(adsp->rproc);
579
0 commit comments