- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / scsi / sym53c8xx_2 / sym_malloc.c
index 567a6dd..01f380a 100644 (file)
@@ -170,7 +170,7 @@ static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags)
        }
 
        if (p)
-               bzero(p, size);
+               memset(p, 0, size);
        else if (uflags & SYM_MEM_WARN)
                printf ("__sym_calloc2: failed to allocate %s[%d]\n", name, size);
        return p;