From: Hannes Reinecke Date: Wed, 6 Feb 2013 08:50:10 +0000 (+0100) Subject: iommu/vt-d: Zero out allocated memory in dmar_enable_qi X-Git-Tag: v3.9-rc1~73^2^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a407101e08e444a193837a1e1d4f6f66c8dad4;p=pandora-kernel.git iommu/vt-d: Zero out allocated memory in dmar_enable_qi kmemcheck complained about the use of uninitialized memory. Fix by using kzalloc instead of kmalloc. Cc: David Woodhouse Signed-off-by: Hannes Reinecke Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed