forked from Minki/linux
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 Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
e815f45e6e
commit
2a3bce8f6a
@ -97,6 +97,6 @@ int pci_xen_swiotlb_init_late(void)
|
||||
EXPORT_SYMBOL_GPL(pci_xen_swiotlb_init_late);
|
||||
|
||||
IOMMU_INIT_FINISH(pci_xen_swiotlb_detect,
|
||||
0,
|
||||
NULL,
|
||||
pci_xen_swiotlb_init,
|
||||
0);
|
||||
NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user