iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent
authorJoerg Roedel <jroedel@suse.de>
Wed, 1 Apr 2015 12:58:46 +0000 (14:58 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 2 Apr 2015 11:31:07 +0000 (13:31 +0200)
commit5fc872c7323534e8f7dc21bab635e7a9b9659e07
treefb90af7d22f935b3b419b554115cee7dd370f904
parent7139a2e929b9e3ca8d5c217cb8aec560be1faf00
iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent

Don't explicitly add __GFP_ZERO to the allocator flags.
Leave this up to the caller.

Tested-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c