powerpc: Fix a number of sparse warnings
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / kernel / pci_64.c
index 2e86296..cdf5aa1 100644 (file)
@@ -109,7 +109,7 @@ int pcibios_unmap_io_space(struct pci_bus *bus)
        hose = pci_bus_to_host(bus);
 
        /* Check if we have IOs allocated */
-       if (hose->io_base_alloc == 0)
+       if (hose->io_base_alloc == NULL)
                return 0;
 
        pr_debug("IO unmapping for PHB %s\n", hose->dn->full_name);