]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerWill Deacon <will.deacon@arm.com>
Tue, 17 Sep 2013 11:03:11 +0000 (12:03 +0100)
commit6614ee77f49d37f9bb77eb3e81431ca8fcc4042e
treec5aaf15a525eb4d0cb09934f4c07bd8109155e4b
parentfaea13b72dbdb77e4d6ad83344596486611708b0
iommu/arm-smmu: fix iommu_present() test in init

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

Cc: <stable@vger.kernel.org>
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>
drivers/iommu/arm-smmu.c