Commit b30026f9 authored by Mathieu Poirier's avatar Mathieu Poirier

Merge branch 'rproc-fixes' into rproc-next

parents 68d9787b eac3e5b1
...@@ -912,7 +912,6 @@ static int scp_remove(struct platform_device *pdev) ...@@ -912,7 +912,6 @@ static int scp_remove(struct platform_device *pdev)
for (i = 0; i < SCP_IPI_MAX; i++) for (i = 0; i < SCP_IPI_MAX; i++)
mutex_destroy(&scp->ipi_desc[i].lock); mutex_destroy(&scp->ipi_desc[i].lock);
mutex_destroy(&scp->send_lock); mutex_destroy(&scp->send_lock);
rproc_free(scp->rproc);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment