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 582dd58 commit be5816bCopy full SHA for be5816b
drivers/remoteproc/qcom_q6v5_pas.c
@@ -488,6 +488,7 @@ static int adsp_remove(struct platform_device *pdev)
488
qcom_remove_sysmon_subdev(adsp->sysmon);
489
qcom_remove_smd_subdev(adsp->rproc, &adsp->smd_subdev);
490
qcom_remove_ssr_subdev(adsp->rproc, &adsp->ssr_subdev);
491
+ adsp_pds_detach(adsp, adsp->proxy_pds, adsp->proxy_pd_count);
492
device_init_wakeup(adsp->dev, false);
493
rproc_free(adsp->rproc);
494
0 commit comments