Merge "msm: mdss: Put smmu interface errors under pr_err"
This commit is contained in:
commit
799bcf26f3
1 changed files with 4 additions and 1 deletions
|
@ -175,7 +175,7 @@ static int mdss_mdp_splash_iommu_attach(struct msm_fb_data_type *mfd)
|
|||
|
||||
ret = mdss_smmu_set_attribute(MDSS_IOMMU_DOMAIN_UNSECURE, EARLY_MAP, 1);
|
||||
if (ret) {
|
||||
pr_debug("mdss set attribute failed for early map\n");
|
||||
pr_err("mdss set attribute failed for early map\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
@ -198,6 +198,9 @@ static int mdss_mdp_splash_iommu_attach(struct msm_fb_data_type *mfd)
|
|||
}
|
||||
|
||||
ret = mdss_smmu_set_attribute(MDSS_IOMMU_DOMAIN_UNSECURE, EARLY_MAP, 0);
|
||||
if (ret)
|
||||
pr_err("mdss reset attribute failed for early map\n");
|
||||
|
||||
end:
|
||||
mdata->handoff_pending = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue