iommu/amd: fix error return code in early_amd_iommu_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 23 Apr 2013 02:47:44 +0000 (10:47 +0800)
committerJoerg Roedel <joro@8bytes.org>
Tue, 23 Apr 2013 12:37:21 +0000 (14:37 +0200)
commit83ed9c13e37e352b5a16caca01798c2766d91c29
tree7a83a76cb9ac17cbbc52ecc36de4ba0120a7645d
parent3f398bc7762adcd860bd2acce18465a106f47325
iommu/amd: fix error return code in early_amd_iommu_init()

Fix to return -ENOMEM int the memory alloc error handling
case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/amd_iommu_init.c