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:
Devin Kim 2012-06-14 18:32:32 -07:00
parent a308542e0e
commit 0fca8a4db8
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}