Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321844
b: refs/heads/master
c: 2bd5ed0
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Aug 10, 2012
1 parent b69dae7 commit 1366373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32ab31e01e2def6f48294d872d9bb42573aae00f
refs/heads/master: 2bd5ed002c0c493ac328f13a9e2a504261a7d48e
2 changes: 1 addition & 1 deletion trunk/drivers/iommu/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static void print_iommu_info(void)

if (iommu->cap & (1 << IOMMU_CAP_EFR)) {
pr_info("AMD-Vi: Extended features: ");
for (i = 0; ARRAY_SIZE(feat_str); ++i) {
for (i = 0; i < ARRAY_SIZE(feat_str); ++i) {
if (iommu_feature(iommu, (1ULL << i)))
pr_cont(" %s", feat_str[i]);
}
Expand Down

0 comments on commit 1366373

Please sign in to comment.