提交 6d7083ee 编写于 作者: K Konrad Rzeszutek Wilk

xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer.

arch/x86/xen/pci-swiotlb-xen.c:96:1: warning: Using plain integer as NULL pointer
arch/x86/xen/pci-swiotlb-xen.c:96:1: warning: Using plain integer as NULL pointer
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 a8752fd9
...@@ -63,6 +63,6 @@ void __init pci_xen_swiotlb_init(void) ...@@ -63,6 +63,6 @@ void __init pci_xen_swiotlb_init(void)
} }
} }
IOMMU_INIT_FINISH(pci_xen_swiotlb_detect, IOMMU_INIT_FINISH(pci_xen_swiotlb_detect,
0, NULL,
pci_xen_swiotlb_init, pci_xen_swiotlb_init,
0); NULL);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册