diff options
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/omap_remoteproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/omap_remoteproc.c b/drivers/remoteproc/omap_remoteproc.c index 3cf21e9844c..ddb383fd216 100644 --- a/drivers/remoteproc/omap_remoteproc.c +++ b/drivers/remoteproc/omap_remoteproc.c @@ -70,7 +70,7 @@ static int _suspend(struct omap_rproc_priv *rpp) schedule(); } - return -EIO; + return -EAGAIN; } static int omap_suspend(struct rproc *rproc, bool force) |