]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 19 Sep 2012 15:00:50 +0000 (11:00 -0400)
commit2ce2fbea4f0511dc1f18ff2d5caad4e549012a7e
treee56ea7cc046374e14c079ac7258a27a951149ac3
parent2308f5feec6e9165a0ddf2e03af506022f7bba33
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>
(cherry picked from commit 6d7083eee3bc088d1fc30eefabd6263bca40c95a)
arch/x86/xen/pci-swiotlb-xen.c