]> git.baikalelectronics.ru Git - kernel.git/commit
xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 13 Aug 2012 15:00:08 +0000 (11:00 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 23 Aug 2012 14:19:03 +0000 (10:19 -0400)
commit0d2986950e5cf38c1a3b93f46e15a1a49e80ccf6
treeea4debe9ba5255c1e77e9480f696f044a1104202
parent4f610087339531a892b69bcbd83d57ec512debc7
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: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/pci-swiotlb-xen.c