diff options
-rw-r--r-- | drivers/pci/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index ecb5fd3b71f7..235fb7a5a8a5 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c | |||
@@ -205,7 +205,7 @@ static inline bool dma_pte_present(struct dma_pte *pte) | |||
205 | } | 205 | } |
206 | 206 | ||
207 | /* devices under the same p2p bridge are owned in one domain */ | 207 | /* devices under the same p2p bridge are owned in one domain */ |
208 | #define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 < 0) | 208 | #define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 << 0) |
209 | 209 | ||
210 | /* domain represents a virtual machine, more than one devices | 210 | /* domain represents a virtual machine, more than one devices |
211 | * across iommus may be owned in one domain, e.g. kvm guest. | 211 | * across iommus may be owned in one domain, e.g. kvm guest. |