summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2022-04-12 10:31:19 -0600
committerMathieu Poirier <mathieu.poirier@linaro.org>2022-04-12 10:44:21 -0600
commitb30026f9ff3195cb93f9fbbb633dce5532b1260a (patch)
treef1f5adb1d2ae7f7b4242a44fb1ff094c0624112c /drivers/remoteproc
parent68d9787bdd5cbfa76e795c4015f8d58b84955a01 (diff)
parenteac3e5b1c12f85732e60f5f8b985444d273866bb (diff)
Merge branch 'rproc-fixes' into rproc-next
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/mtk_scp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/mtk_scp.c b/drivers/remoteproc/mtk_scp.c
index ee6c4009586e..621174ea7fd6 100644
--- a/drivers/remoteproc/mtk_scp.c
+++ b/drivers/remoteproc/mtk_scp.c
@@ -912,7 +912,6 @@ static int scp_remove(struct platform_device *pdev)
for (i = 0; i < SCP_IPI_MAX; i++)
mutex_destroy(&scp->ipi_desc[i].lock);
mutex_destroy(&scp->send_lock);
- rproc_free(scp->rproc);
return 0;
}