iommu/vt-d: Zero out allocated memory in dmar_enable_qi
authorHannes Reinecke <hare@suse.de>
Wed, 6 Feb 2013 08:50:10 +0000 (09:50 +0100)
committerJoerg Roedel <joro@8bytes.org>
Thu, 7 Feb 2013 21:00:29 +0000 (22:00 +0100)
kmemcheck complained about the use of uninitialized memory.
Fix by using kzalloc instead of kmalloc.

Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Joerg Roedel <joro@8bytes.org>

No differences found