VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / scsi / sym53c8xx_2 / sym_glue.h
index 3ff1e65..60d48b7 100644 (file)
@@ -481,7 +481,7 @@ void sym_mfree(void *m, int size, char *name);
 
 static __inline m_addr_t sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp)
 {
-       void *vaddr = 0;
+       void *vaddr = NULL;
        dma_addr_t baddr = 0;
 
        vaddr = pci_alloc_consistent(mp->dev_dmat,SYM_MEM_CLUSTER_SIZE, &baddr);