Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[cascardo/linux.git] / drivers / remoteproc / remoteproc_virtio.c
index e44872f..cc91556 100644 (file)
@@ -161,7 +161,7 @@ static int rproc_virtio_find_vqs(struct virtio_device *vdev, unsigned nvqs,
        }
 
        /* now that the vqs are all set, boot the remote processor */
-       ret = rproc_boot(rproc);
+       ret = rproc_boot_nowait(rproc);
        if (ret) {
                dev_err(&rproc->dev, "rproc_boot() failed %d\n", ret);
                goto error;