aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/remoteproc')
-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 ad93d7d4ecbb..0d9a9552c311 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)
105 * that will be set by the remoteproc driver. 105 * that will be set by the remoteproc driver.
106 */ 106 */
107 if (!iommu_present(dev->bus)) { 107 if (!iommu_present(dev->bus)) {
108 dev_err(dev, "iommu not found\n"); 108 dev_dbg(dev, "iommu not found\n");
109 return -ENODEV; 109 return 0;
110 } 110 }
111 111
112 domain = iommu_domain_alloc(dev->bus); 112 domain = iommu_domain_alloc(dev->bus);