Skip to content

Commit b30026f

Browse files
Merge branch 'rproc-fixes' into rproc-next
2 parents 68d9787 + eac3e5b commit b30026f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/remoteproc/mtk_scp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ static int scp_remove(struct platform_device *pdev)
912912
for (i = 0; i < SCP_IPI_MAX; i++)
913913
mutex_destroy(&scp->ipi_desc[i].lock);
914914
mutex_destroy(&scp->send_lock);
915-
rproc_free(scp->rproc);
916915

917916
return 0;
918917
}

0 commit comments

Comments
 (0)