iommu/amd: Fix wrong check for ARRAY_SIZE()
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Aug 2012 09:34:08 +0000 (11:34 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Aug 2012 09:34:08 +0000 (11:34 +0200)
commit2bd5ed002c0c493ac328f13a9e2a504261a7d48e
treedf5a32eb1eab5aa4d4adb40ba744b02ef76aa8f8
parent32ab31e01e2def6f48294d872d9bb42573aae00f
iommu/amd: Fix wrong check for ARRAY_SIZE()

The check in the for-loop is broken. Fix it and the
boot-crash it causes in AMD IOMMUv2 systems.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu_init.c