Merge "iommu/arm-smmu: print idr0 when translation support is not found"

This commit is contained in:
Linux Build Service Account 2015-03-14 12:40:44 -07:00 committed by Gerrit - the friendly Code Review server
commit a60273c8e3
1 changed files with 1 additions and 1 deletions

View File

@ -1723,7 +1723,7 @@ static int arm_smmu_device_cfg_probe(struct arm_smmu_device *smmu)
if (!(smmu->features &
(ARM_SMMU_FEAT_TRANS_S1 | ARM_SMMU_FEAT_TRANS_S2 |
ARM_SMMU_FEAT_TRANS_NESTED))) {
dev_err(smmu->dev, "\tno translation support!\n");
dev_err(smmu->dev, "\tno translation support (id0=%x)!\n", id);
return -ENODEV;
}