aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/remoteproc/remoteproc_core.c')
-rw-r--r--drivers/remoteproc/remoteproc_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index ad93d7d4ecb..0d9a9552c31 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -105,8 +105,8 @@ static int rproc_enable_iommu(struct rproc *rproc)
* that will be set by the remoteproc driver.
*/
if (!iommu_present(dev->bus)) {
- dev_err(dev, "iommu not found\n");
- return -ENODEV;
+ dev_dbg(dev, "iommu not found\n");
+ return 0;
}
domain = iommu_domain_alloc(dev->bus);