Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295984
b: refs/heads/master
c: 0798e1d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Grosen authored and Ohad Ben-Cohen committed Feb 8, 2012
1 parent 7a6e12c commit d075635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 779b96d20ca97cfa19162b340bff0c27b405b4b2
refs/heads/master: 0798e1da7a1cc467f56bfa5149a0eede5ae38f72
4 changes: 2 additions & 2 deletions trunk/drivers/remoteproc/remoteproc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d075635

Please sign in to comment.