We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e8844 commit ae4814aCopy full SHA for ae4814a
drivers/iommu/dma-iommu.c
@@ -1754,7 +1754,7 @@ static size_t cookie_msi_granule(const struct iommu_domain *domain)
1754
return PAGE_SIZE;
1755
default:
1756
BUG();
1757
- };
+ }
1758
}
1759
1760
static struct list_head *cookie_msi_pages(const struct iommu_domain *domain)
@@ -1766,7 +1766,7 @@ static struct list_head *cookie_msi_pages(const struct iommu_domain *domain)
1766
return &domain->msi_cookie->msi_page_list;
1767
1768
1769
1770
1771
1772
static struct iommu_dma_msi_page *iommu_dma_get_msi_page(struct device *dev,
0 commit comments