iommu_gas_init_domain() sets these two flags, so check them both in iommu_gas_fini_domain()
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/iommu/iommu_gas.c | ||
---|---|---|
262 | Indent for continuation line should be +4 spaces, not tab. () are not needed. |
Comment Actions
Fix indentation
sys/dev/iommu/iommu_gas.c | ||
---|---|---|
262 | () are needed it seems: sys/dev/iommu/iommu_gas.c:262:28: error: | has lower precedence than ==; == will be evaluated first [-Werror,-Wparentheses] IOMMU_MAP_ENTRY_PLACE | IOMMU_MAP_ENTRY_UNMAPPED, |