Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / drivers / remoteproc / qcom_q6v5_wcss.c
index 8846ef0..78ebe11 100644 (file)
@@ -390,7 +390,7 @@ static int q6v5_wcss_stop(struct rproc *rproc)
        int ret;
 
        /* WCSS powerdown */
-       ret = qcom_q6v5_request_stop(&wcss->q6v5);
+       ret = qcom_q6v5_request_stop(&wcss->q6v5, NULL);
        if (ret == -ETIMEDOUT) {
                dev_err(wcss->dev, "timed out on wait\n");
                return ret;