iommu/arm-smmu: fix iommu_present() test in init
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Aug 2013 08:34:20 +0000 (09:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:27 +0000 (18:14 -0700)
commit81ac5e7f75c97089f3e86955768f81096c7c5c22
treef397f469b9f9ae08db35527bf0285e331a95f124
parent5f854447d6119d0dc79680fe0c1ced324fe2e03b
iommu/arm-smmu: fix iommu_present() test in init

commit 6614ee77f49d37f9bb77eb3e81431ca8fcc4042e upstream.

The extra semi-colon on the end breaks the test.

Tested-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iommu/arm-smmu.c