From: KyongHo Cho Date: Fri, 16 Dec 2011 12:38:25 +0000 (+0900) Subject: iommu: Initialize domain->handler in iommu_domain_alloc() X-Git-Tag: v3.2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd6960c6ae65d7f92bfb708154ee813417d7b26;p=pandora-kernel.git iommu: Initialize domain->handler in iommu_domain_alloc() Since it is not guaranteed that an iommu driver initializes in its domain_init() function, it must be initialized with NULL to prevent calling a function in an arbitrary location when iommu fault occurred. Signed-off-by: KyongHo Cho Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed