mako: temoprarily blocked mdp error message
blocked until enabling LCD. if not, too much errors in console Change-Id: I38bc1bec4559f9d4d830d8f6e024cb5a121abf35
This commit is contained in:
parent
a308542e0e
commit
0fca8a4db8
|
@ -3205,7 +3205,8 @@ static struct {
|
|||
static int mdp_iommu_fault_handler(struct iommu_domain *domain,
|
||||
struct device *dev, unsigned long iova, int flags)
|
||||
{
|
||||
pr_err("MDP IOMMU page fault: iova 0x%lx", iova);
|
||||
/* FIXME: temporarily blocked until enabling LCD */
|
||||
/* pr_err("MDP IOMMU page fault: iova 0x%lx", iova); */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue